UNPKG

feeles-ide

Version:

The hackable and serializable IDE to make learning material

30 lines (11 loc) 198 B
import { World, Bodies, } from 'matter'; import { world, } from './setting'; World.add(world, [ // ここにオブジェクトを追加する ]); import './stage';