diff --git a/js/deformers/twgl/Background.js b/js/deformers/twgl/Background.js index 49a3942d..055558fd 100644 --- a/js/deformers/twgl/Background.js +++ b/js/deformers/twgl/Background.js @@ -1,4 +1,4 @@ -import twgl from 'twgl.js/dist/twgl-full'; +import twgl from 'twgl.js/dist/twgl'; import createBgVert from './shaders/background.vert'; import createBgFrag from './shaders/background.frag'; diff --git a/js/deformers/twgl/index.js b/js/deformers/twgl/index.js index a2828297..5fcd2eab 100644 --- a/js/deformers/twgl/index.js +++ b/js/deformers/twgl/index.js @@ -1,4 +1,4 @@ -import twgl from 'twgl.js/dist/twgl-full'; +import twgl from 'twgl.js/dist/twgl'; import { getImageData } from '../../utils/image'; import { getBoundingBox } from '../../utils/points';