UNPKG

jspm

Version:

Registry and format agnostic JavaScript package manager

12 lines 236 B
export function voxel_demo(done) { if (typeof System == 'undefined') return done(); System.import('voxel-demo').then(function() { done(); }). catch(function(e) { setTimeout(function() { throw e; }); }); }