Skip to content

Commit

Permalink
refactor(webgl-msdf): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 7, 2019
1 parent 6537610 commit e3e9d5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/webgl-msdf/src/text.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { GLType } from "@thi.ng/api";
import {
add,
map,
mapcat,
range,
transduce
} from "@thi.ng/transducers";
import { AttribPool, GLType } from "@thi.ng/vector-pools";
import { AttribPool } from "@thi.ng/vector-pools";
import {
add2,
div2,
Expand Down

0 comments on commit e3e9d5a

Please sign in to comment.