UNPKG

modern-canvas

Version:

A JavaScript WebGL rendering engine. only the ESM.

3 lines (2 loc) 175 B
export declare const customNodes: Map<string, any>; export declare function customNode<T = Record<string, any>>(name: string, defaultProperties?: Partial<T>): ClassDecorator;