Removed duplicate dependency that belongs in optionalDependencies

This commit is contained in:
Igor Zinken
2020-12-22 09:38:48 +01:00
parent 3aab2938a9
commit 8f80b9426a
2 changed files with 0 additions and 2 deletions

View File

@@ -51,7 +51,6 @@ npm run lint
* Something weird with best fit only fitting when window resize fires (also see weird non-cleared canvas areas)
* Layer and mask coordinates are not saved when saving a document?
* When using move tool and mask is selected, move mask, not layer
* Only draw visible content (hope to improve zoomed in performance)
* LayerSprite should show outline when brush is selected
* Canvas clearRect() is not doing full width and height ? (might be related to drawable layer click color problem)

View File

@@ -10,7 +10,6 @@
},
"dependencies": {
"@simonwep/pickr": "^1.8.0",
"canvas": "^2.6.1",
"core-js": "^3.6.5",
"dropbox": "^8.2.0",
"register-service-worker": "^1.7.1",