Skip to content

Commit d7a0408

Browse files
committed
Добавлена страница симулятора логических схем
1 parent 9929c73 commit d7a0408

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+5261
-294
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace App\Http\Controllers;
4+
5+
use Illuminate\Http\Request;
6+
7+
class LogicCircuitController extends Controller
8+
{
9+
public function index()
10+
{
11+
return view('logic-circuit');
12+
}
13+
}

package-lock.json

+8-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"katex": "^0.16.11",
2727
"markdown-it": "^14.1.0",
2828
"markdown-it-texmath": "^1.0.0",
29+
"p5": "^1.11.1",
2930
"toastify": "^2.0.1"
3031
}
3132
}

public/build/assets/AND-Dj6rWTSv.svg

+4
Loading
+18
Loading

public/build/assets/FF_D-Bke9ZLDO.svg

+32
Loading
+32
Loading

0 commit comments

Comments
 (0)