webpack, eslint

javascript didn't have proper modules until es6 what the fuck

bingo's code scares me so i hope i didn't break it when fixing
the linting errors
This commit is contained in:
louis 2019-05-12 20:20:48 -04:00
parent e3b7233b20
commit 1d469d4f3e
15 changed files with 9790 additions and 1185 deletions

View file

@ -1,4 +1,9 @@
//http://glslsandbox.com/e#39992.0
/* global PIXI */
import 'Pixi';
import { baseDimensions } from './Common.js';
class Shaders {
constructor() {
this.leftToRightFadeShader = `
@ -199,4 +204,6 @@ class Shaders {
filterManager.applyFilter(this, input, output);
}
}
}
}
export { Shaders };