I am trying to use it on ionic3 Framework(Typescript).
I import threejs by
import * as THREE from ‘three’;
But when I try to use
this.effect = new THREE.StereoEffect(this.renderer);
The debug says: StereoEffect is not a constructor
How can I use this examples on threejs typescript library?