1.1.1 • Published 12 months ago

@daign/2d-graphics-tikz v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

daign-2d-graphics-tikz

CI Coverage NPM package

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