UNPKG

spacerjs

Version:
105 lines (64 loc) 2.75 kB
# SpacerJS ### [MIT LICENSE](LICENSE) Manipulate the DOM easily ## [Docs](https://ksplatdev.github.io/SpacerJS/-_.html) <br> ## About SpacerJS is a lightweight JavaScript library that enables you to manipulate elements and the DOM easily. SpacerJS main file only comes in at ~25kb un-minified and ~9kb minified. SpacerJS receives frequent updates. Since SpacerJS is written in typescript, bugs are rare and SpacerJS can be compatible with older versions of Ecmascript. _(coming soon)_ <br> ## Features 1. Small package at ~9kb minified 2. Over 55 different methods 3. Smart selection 4. Event listeners 5. Trigger events 6. Animating Elements 7. Promises 8. Setting Metadata 9. ESM Module files minified and unminifed for your needs 10. Add your own custom methods 11. Hiding and Showing elements with set metadata 12. Smart and compact on() event listener 13. Adding and removing classes. 14. Great [Docs](https://ksplatdev.github.io/SpacerJS/-_.html) 15. Easy to follow [examples](examples.md) 16. [Testing Code](test) 17. And a **_lot_** more <br> ## Download ### Github 1. Download the [latest release](https://github.com/ksplatdev/SpacerJS/releases/latest). 2. And link the script tag with the defer attribute or at the bottom of the body tag. 3. Done! Be sure to read the [docs](https://ksplatdev.github.io/SpacerJS/-_.html). ### CDN **_To get the ESModule version add .esm.js. Ex: [https://cdn.jsdelivr.net/npm/spacerjs@2.1.0/build/Spacer.esm.min.js](https://cdn.jsdelivr.net/npm/spacerjs@2.1.0/build/Spacer.esm.min.js)_** **Production** 1. Copy paste the following script tag in the body or with the defer attribute `<script src="https://cdn.jsdelivr.net/npm/spacerjs@2.1.0/build/Spacer.min.js"></script>` 2. Done! Be sure to read the [docs](https://ksplatdev.github.io/SpacerJS/-_.html). **Development** 1. Copy paste the following script tag in the body or with the defer attribute `<script src="https://cdn.jsdelivr.net/npm/spacerjs@2.1.0/build/Spacer.js"></script>` 2. Done! Be sure to read the [docs](https://ksplatdev.github.io/SpacerJS/-_.html). ### NPM 1. Run `npm install spacerjs`. 2. Import it as a module OR link the script in the body or with the defer attribute. 3. Done! Be sure to read the [docs](https://ksplatdev.github.io/SpacerJS/-_.html). <br> ## Developers ### NPM Scripts <br> `npm run minify` - Minifies with uglify-js <br> ### Contributing Requires a knowledge of NodeJS, TypeScript, and git. 1. Read [Code of Conduct.md](CODE_OF_CONDUCT.md) & [Contributing.md](CONTRIBUTING.md). 2. Fork the repo. 3. Make your edits and create a pull request with the appropriate labels. 4. Your pull request will be reviewed and merged. <br><hr> Maintained and created by: ksplatdev