My collection of classes, scripts, enums, etc. See docs for more information
I made this pkg so that I can reuse styles, js code, etc. for my other projects.
Contains:
- modules (js/ts)
- css style sheets
- tools
style sheets:
<link rel="stylesheet" href="https://unpkg.com/em-pkg@:version/src/styles/[sheetname].css">
scripts:
<script type="importmap">
{
"em-pkg": "https://https://cdn.jsdelivr.net/npm/em-pkg@:version/build/:pathToFile"
}
</script>
<script src="https://https://cdn.jsdelivr.net/npm/em-pkg@:version/build/:pathToFile"></script>
Note: I am the sole developer of this package, so this may get messy. May also contain errors.
Github
