From ff8a4b86524f44634324e28165625d9ae1aba02c Mon Sep 17 00:00:00 2001 From: Maarten Breddels Date: Wed, 6 May 2026 12:57:47 +0200 Subject: [PATCH] export webgl figure initializer --- package.json | 3 ++- src/index.ts | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 39253b6..6c32a6c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "files": [ "lib/**/*.js", "dist/*.js", - "css/*.css" + "css/*.css", + "shaders/*.glsl" ], "homepage": "https://github.com/bqplot/bqplot-gl", "bugs": { diff --git a/src/index.ts b/src/index.ts index 5ea5508..202daa7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,3 +12,4 @@ export * from './ScatterGLView'; export * from './ScatterGLModel'; export * from './LinesGLView'; export * from './LinesGLModel'; +export * from './utils';