Skip to content

Commit 5f08c58

Browse files
committed
v0.6.1
1 parent e685524 commit 5f08c58

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Create an HTML canvas with an appropriate width or height:
3939
Import 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

4545
Prepare the canvas

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
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",

0 commit comments

Comments
 (0)