diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-06-13 13:42:21 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-06-13 13:42:21 -0500 |
| commit | b4d0b0293812afba9637c7e636bfa51366a030f7 (patch) | |
| tree | 93b9e2d5ce841b76f5c41741a8ebca4a745571b0 /src/index.js | |
| parent | 4154e0cc1744996788b6727cd2ef4a0d3a42095e (diff) | |
| download | material-svg-atlas-plugin-webpack-b4d0b0293812afba9637c7e636bfa51366a030f7.tar.xz material-svg-atlas-plugin-webpack-b4d0b0293812afba9637c7e636bfa51366a030f7.zip | |
cleanup package and fix bug from not importing fs/path in utils
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..e28488f --- /dev/null +++ b/src/index.js @@ -0,0 +1,7 @@ +const SVGSymbolAtlasViewPlugin = require("./atlas-plugin.js") +const MaterialSymbolsAtlasPlugin = require("./material-symbols-plugin.js") + +module.exports = { + SVGSymbolAtlasViewPlugin, + MaterialSymbolsAtlasPlugin, +} |
