From 1eb2091fffaea36492d0c465116bf501875067ce Mon Sep 17 00:00:00 2001 From: Josh Ellis Date: Tue, 9 Mar 2021 19:17:14 +0000 Subject: [PATCH] fix: imports --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index 6ff84054..5582e025 100644 --- a/src/index.js +++ b/src/index.js @@ -1,3 +1,5 @@ +/* eslint-disable import/export */ +export * from './libs/meshopt_decoder' export * from './offscreen/scene' export * from './offscreen/offscreen' export * from './offscreen/jank'