Skip to content

Commit 70528e3

Browse files
export webgl figure initializer (#29)
1 parent 00486a9 commit 70528e3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"files": [
1212
"lib/**/*.js",
1313
"dist/*.js",
14-
"css/*.css"
14+
"css/*.css",
15+
"shaders/*.glsl"
1516
],
1617
"homepage": "https://github.com/bqplot/bqplot-gl",
1718
"bugs": {

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ export * from './ScatterGLView';
1212
export * from './ScatterGLModel';
1313
export * from './LinesGLView';
1414
export * from './LinesGLModel';
15+
export * from './utils';

0 commit comments

Comments
 (0)