UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

6 lines (5 loc) 145 B
declare module 'parse-svg-path' { export type Command = [string, ...number[]]; export default function parse(path: string): Command[]; }