UNPKG

savgy

Version:

Get self-contained SVGs or bitmaps from SVG

7 lines (5 loc) 152 B
/** * create cache object to avoid * unnecessary recurring requests */ export const assetCache = { fonts: {}, images: {}, css: {}, svg: {} };