UNPKG

react-pixi-plot

Version:

A React component rendering a zoomable and draggable PIXI.js scene. Intended to render 2d plots

10 lines 219 B
{ "extends": ["tslint-config-airbnb"], "rules" : { "import-name": false, "variable-name": { "options": ["allow-leading-underscore", "allow-pascal-case"] }, "no-increment-decrement": false } }