UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 202 B
/** * * @param {number} numSegments * @returns {Ribbon} */ export function createRibbon(numSegments: number): Ribbon; import { Ribbon } from "./Ribbon.js"; //# sourceMappingURL=createRibbon.d.ts.map