mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Pure node rendering (#443)
This commit is contained in:
parent
5ce5e5ac1e
commit
7f6e1f420e
12 changed files with 647 additions and 84 deletions
|
@ -23,6 +23,7 @@
|
|||
"lint-staged": "9.5.0",
|
||||
"node-sass": "4.13.1",
|
||||
"prettier": "1.19.1",
|
||||
"rewire": "^4.0.1",
|
||||
"typescript": "3.7.5"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
@ -47,6 +48,7 @@
|
|||
"name": "excalidraw",
|
||||
"scripts": {
|
||||
"build": "react-scripts build",
|
||||
"build-node": "./scripts/build-node.js",
|
||||
"eject": "react-scripts eject",
|
||||
"fix": "npm run prettier -- --write",
|
||||
"prettier": "prettier \"**/*.{js,css,scss,json,md,ts,tsx,html,yml}\"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue