UNPKG

image-editor-canva

Version:
11 lines (10 loc) 323 B
/** * Helper functions for working with resources in the application */ /** * Converts a relative path to an asset URL that works in both development and production * * @param path The relative path to the asset * @returns The absolute URL to the asset */ export declare const getAssetUrl: (path: string) => string;