@daign/2d-graphics-tikz
v1.1.1
Published
A TikZ renderer for the daign-2d-graphics library.
Downloads
6
Readme
daign-2d-graphics-tikz
A TikZ renderer for the daign-2d-graphics library.
Installation
npm install @daign/2d-graphics-tikz --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