p5-analysis
Version:
API to find, create, and analyze p5.js sketch files.
9 lines (8 loc) • 391 B
TypeScript
export declare function checkLibraries({ parseScripts }: {
parseScripts?: boolean | undefined;
}): Promise<void>;
export declare function checkLibraryHomepagePaths(): Promise<void>;
export declare function checkLibraryImportPaths({ parseScripts }: {
parseScripts?: boolean | undefined;
}): Promise<void>;
export declare function findMinimizedImportPathAlternatives(): Promise<void>;