chore: use unmini proton
This commit is contained in:
parent
063688b5a6
commit
6dea82390c
|
@ -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_ {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user