mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
Fix react icons build error.
This commit is contained in:
parent
a54a784e4b
commit
ca3e2b19da
3 changed files with 1750 additions and 1591 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll": true
|
"source.fixAll": "explicit"
|
||||||
},
|
},
|
||||||
"cSpell.words": ["appimage", "clippy", "jsketcher", "shakram", "tamasfe"]
|
"cSpell.words": ["appimage", "clippy", "jsketcher", "shakram", "tamasfe"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
3337
package-lock.json
generated
3337
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,7 +1,7 @@
|
||||||
import Vector, {AXIS, ORIGIN} from 'math/vector';
|
import Vector, {AXIS, ORIGIN} from 'math/vector';
|
||||||
import {RiCamera2Line} from "react-icons/ri";
|
import {RiCamera2Line} from "react-icons/ri";
|
||||||
import {ViewMode} from "cad/scene/viewer";
|
import {ViewMode} from "cad/scene/viewer";
|
||||||
import {GiCube, HiCube, HiOutlineCube} from "react-icons/all";
|
import {GiCube, HiCube, HiOutlineCube} from "react-icons/hi";
|
||||||
|
|
||||||
const NEG_X = AXIS.X.negate();
|
const NEG_X = AXIS.X.negate();
|
||||||
const NEG_Y = AXIS.Y.negate();
|
const NEG_Y = AXIS.Y.negate();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue