@daign/2d-graphics-svg
v1.1.10
Published
A SVG renderer for the daign-2d-graphics library.
Downloads
10
Readme
daign-2d-graphics-svg
A SVG renderer for the daign-2d-graphics library.
Installation
npm install @daign/2d-graphics-svg --save
Scripts
# Build
npm run build
# Run lint analysis
npm run lint
# Run unit tests with code coverage
npm run test
# Get a full lcov report
npm run coverage