diff --git a/.gitignore b/.gitignore
index d3e63b4..62994ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,9 @@
/.pnp
.pnp.js
+.env-cmdrc.json
+build
+
python-tests/
# testing
diff --git a/notes.md b/notes.md
index e735851..69cccde 100644
--- a/notes.md
+++ b/notes.md
@@ -6,4 +6,6 @@
-### F\*CK Javascript, why the fu\*k, this.bind(this), classes sucks in js, you can also use arrow functions, but you won't be able to override it in the subclass, because arrow functions, inherits from the surrounding context.
\ No newline at end of file
+### F\*CK Javascript, why the fu\*k, this.bind(this), classes sucks in js, you can also use arrow functions, but you won't be able to override it in the subclass, because arrow functions, inherits from the surrounding context.
+
+## Running a build: serve -s build
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 9d7cfd9..39154a7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,6 +20,7 @@
"antd": "^5.20.0",
"autoprefixer": "^10.4.20",
"dom-to-image-more": "^3.4.5",
+ "env-cmd": "^10.1.0",
"fabric": "^6.1.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
@@ -8514,6 +8515,29 @@
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
+ "node_modules/env-cmd": {
+ "version": "10.1.0",
+ "resolved": "https://registry.npmjs.org/env-cmd/-/env-cmd-10.1.0.tgz",
+ "integrity": "sha512-mMdWTT9XKN7yNth/6N6g2GuKuJTsKMDHlQFUDacb/heQRRWOTIZ42t1rMHnQu4jYxU1ajdTeJM+9eEETlqToMA==",
+ "dependencies": {
+ "commander": "^4.0.0",
+ "cross-spawn": "^7.0.0"
+ },
+ "bin": {
+ "env-cmd": "bin/env-cmd.js"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/env-cmd/node_modules/commander": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
+ "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
"node_modules/error-ex": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
@@ -18726,9 +18750,9 @@
}
},
"node_modules/rollup": {
- "version": "2.79.1",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz",
- "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==",
+ "version": "2.79.2",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz",
+ "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==",
"bin": {
"rollup": "dist/bin/rollup"
},
diff --git a/package.json b/package.json
index 0277adb..216b477 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
"antd": "^5.20.0",
"autoprefixer": "^10.4.20",
"dom-to-image-more": "^3.4.5",
+ "env-cmd": "^10.1.0",
"fabric": "^6.1.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
diff --git a/public/index.html b/public/index.html
index afbc9a7..eb7df24 100644
--- a/public/index.html
+++ b/public/index.html
@@ -18,13 +18,13 @@
-
+