UNPKG

feeles-ide

Version:

The hackable and serializable IDE to make learning material

27 lines (13 loc) 195 B
import { Composites, World, Bodies, } from 'matter'; import { world, } from './setting'; World.add(world, [ // 車 Composites.car(150, 100, 100, 40, 30), ]); import './stage';