@piccollage/cbjs
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

Setup (see GitHub project wiki page)

Known issues:

  • There is an issue because the dependency on color.js which uses ES2021 syntax you may get an error like "You may need an additional loader to handle the result of these loaders" on the line that writes a number like "0.039_245". To fix see: https://github.com/facebook/create-react-app/issues/9468 and change the bottom of package.json the "browserslist" to
  "browserslist": [
    ">0.2%",
    "not dead",
    "not op_mini all"
  ]

Also have to delete /node_modules/.cache

Package Sidebar

Install

npm i @piccollage/cbjs

Weekly Downloads

92

Version

1.3.2

License

ISC

Unpacked Size

208 kB

Total Files

165

Last publish

Collaborators

  • piccollage