- Refactoring: Remove BBQ in favor of deparam (with npm script to copy in)

- Fix: `initFill`/`initStroke` `color`, and `bkgd_color` problematic when using decimal-component-only hex; fixes #314
This commit is contained in:
Brett Zamir
2020-01-05 17:58:50 +08:00
parent 86eff626ce
commit 4b33c73f00
7 changed files with 131 additions and 50 deletions

5
package-lock.json generated
View File

@@ -3600,6 +3600,11 @@
"integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
"dev": true
},
"deparam": {
"version": "git+https://github.com/brettz9/deparam.git#3ae917fb3550640237b4c8ae36cd455ef7cc15d5",
"from": "git+https://github.com/brettz9/deparam.git#updates",
"dev": true
},
"deps-sort": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.1.tgz",