sdfsdfs
This commit is contained in:
5
node_modules/pixi.js/lib/scene/graphics/shared/svg/parse-svg-path.d.ts
generated
vendored
Normal file
5
node_modules/pixi.js/lib/scene/graphics/shared/svg/parse-svg-path.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare module 'parse-svg-path'
|
||||
{
|
||||
export type Command = [string, ...number[]];
|
||||
export default function parse(path: string): Command[];
|
||||
}
|
Reference in New Issue
Block a user