PureJS is a pack of vanilla javascript functions exported as Nodejs modules.
npm install @runroom/purejs
!node



PureJS is a pack of pure javascript, non-jquery, functions exported as Node.js modules.
Install the package as your project dependency
``bash`
npm install @runroom/purejs
Use it importing the whole library or the methods you need
`javascript
import events from "@runroom/purejs/lib/events";
events.onDocumentReady(() => {
// your code
});
``
- anchorTo
- animateTo
- ~~cookies~~ (Deprecated)
- debounce
- events
- forEach
- safeScrollTop
- scrollDirection
- touchable