Skip to content

Commit

Permalink
size reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
heilhead committed Sep 20, 2016
1 parent 861c86b commit b462239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/deformers/twgl/Background.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion js/deformers/twgl/index.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit b462239

Please sign in to comment.