We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d659b commit 175b03fCopy full SHA for 175b03f
2 files changed
CHANGELOG.md
@@ -4,7 +4,6 @@
4
- Smoothify lasso by lowering the min delay and min dist
5
- Update 2D camera and many dev packages
6
- Remove the minified ESM build as it's unnecessary
7
-- Cherry pick gl-matrix modules to reduce the bundle size
8
9
**v0.7.3**
10
src/index.js
@@ -3,8 +3,7 @@ import KDBush from 'kdbush';
3
import createPubSub from 'pub-sub-es';
import withThrottle from 'lodash-es/throttle';
import withRaf from 'with-raf';
-import * as mat4 from 'gl-matrix/mat4';
-import * as vec4 from 'gl-matrix/vec4';
+import { mat4, vec4 } from 'gl-matrix';
import createLine from 'regl-line';
import BG_FS from './bg.fs';
0 commit comments