Skip to content

Commit 175b03f

Browse files
committed
No need for cherry picking. Rollup shakes the tree
1 parent 22d659b commit 175b03f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
- Smoothify lasso by lowering the min delay and min dist
55
- Update 2D camera and many dev packages
66
- Remove the minified ESM build as it's unnecessary
7-
- Cherry pick gl-matrix modules to reduce the bundle size
87

98
**v0.7.3**
109

src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import KDBush from 'kdbush';
33
import createPubSub from 'pub-sub-es';
44
import withThrottle from 'lodash-es/throttle';
55
import withRaf from 'with-raf';
6-
import * as mat4 from 'gl-matrix/mat4';
7-
import * as vec4 from 'gl-matrix/vec4';
6+
import { mat4, vec4 } from 'gl-matrix';
87
import createLine from 'regl-line';
98

109
import BG_FS from './bg.fs';

0 commit comments

Comments
 (0)