image-editor-canva
Version:
A Canva-like image editor plugin for React
11 lines (10 loc) • 323 B
TypeScript
/**
* 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;