chore: use unmini proton

This commit is contained in:
cha0s 2019-04-23 00:22:50 -05:00
parent 063688b5a6
commit 6dea82390c

View File

@ -8,7 +8,7 @@ class FakeProton {
}
FakeProton.BaseRender = class {};
FakeProton.Emitter = class {};
const Proton_ = 'undefined' !== typeof window ? require('three.proton.js') : FakeProton;
const Proton_ = 'undefined' !== typeof window ? require('three.proton.js/build/three.proton') : FakeProton;
export class Proton extends Proton_ {