Vanilla JS & Build Process Rework
- Reworked entire build process, no longer packages any existing Bootstrap 5 components, resulting is drastically reduced file sizes
- Ditched TypeScript for now to increase accessibility and pure-javascript clarity
- Added feature to allow custom HTML in
data-src
withdata-type="html"
- Added "module" to package.json for ES modules, allowing Tree Shaking
- Bugfixes and general improvements