webgl-plot
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "webgl-plot", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "High-performance 2D plotting library based on native WebGL", | ||
@@ -10,2 +10,10 @@ "main": "./dist/webglplot.umd.js", | ||
"types": "./dist/webglplot.d.ts", | ||
"keywords": [ | ||
"webgl", | ||
"plot", | ||
"realtime", | ||
"opengl", | ||
"2d", | ||
"high-performance" | ||
], | ||
"devDependencies": { | ||
@@ -12,0 +20,0 @@ "@typescript-eslint/eslint-plugin": "^4.17.0", |
@@ -42,3 +42,3 @@     | ||
```javascript | ||
import { WebGLplot, WebglLine, ColorRGBA } from "webgl-plot"; | ||
import { WebglPlot, WebglLine, ColorRGBA } from "webgl-plot"; | ||
``` | ||
@@ -45,0 +45,0 @@ |
133024