const React = require("react"); const GL = require("gl-react"); class Transition extends React.Component { render () { const { width, height, shader, progress, from, to, uniforms } = this.props; const scale = window.devicePixelRatio; return ; } } module.exports = Transition;