UNPKG
savgy
Version:
latest (0.1.1)
0.1.1
Get self-contained SVGs or bitmaps from SVG
github.com/herrstrietzel/savgy
herrstrietzel/savgy
savgy
/
src
/
savgy_constants.js
7 lines
(5 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** * create cache object to avoid * unnecessary recurring requests */
export
const
assetCache = { fonts: {}, images: {}, css: {}, svg: {} };