UNPKG

@needle-tools/three

Version:
9 lines (5 loc) 188 B
import init from './scene.js'; self.onmessage = function ( message ) { const data = message.data; init( data.drawingSurface, data.width, data.height, data.pixelRatio, data.path ); };