daign-2d-graphics-svg
daign-2d-graphics library.
A SVG renderer for theInstallation
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