File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Create an HTML canvas with an appropriate width or height:
3939Import WebGL-Plot library using ES6 modules:
4040
4141``` javascript
42- import { WebGLplot , WebglLine , ColorRGBA } from " webgl-plot" ;
42+ import { WebglPlot , WebglLine , ColorRGBA } from " webgl-plot" ;
4343```
4444
4545Prepare the canvas
Original file line number Diff line number Diff line change 11{
22 "name" : " webgl-plot" ,
3- "version" : " 0.6.0 " ,
3+ "version" : " 0.6.1 " ,
44 "description" : " High-performance 2D plotting library based on native WebGL" ,
55 "main" : " ./dist/webglplot.umd.js" ,
66 "exports" : " ./dist/webglplot.js" ,
77 "module" : " ./dist/webglplot.js" ,
88 "typings" : " ./dist/webglplot.d.ts" ,
99 "types" : " ./dist/webglplot.d.ts" ,
10+ "keywords" : [
11+ " webgl" ,
12+ " plot" ,
13+ " realtime" ,
14+ " opengl" ,
15+ " 2d" ,
16+ " high-performance"
17+ ],
1018 "devDependencies" : {
1119 "@typescript-eslint/eslint-plugin" : " ^4.17.0" ,
1220 "@typescript-eslint/parser" : " ^4.17.0" ,
You can’t perform that action at this time.
0 commit comments