SvelteUI Utilities
Utility library with functions to assist in development.
- Package includes functions that are used to build components in @svelteui/ scoped packages.
- You can use these functions in your applications with or without other @svelteui/ packages.
Documentation
See full documentation on the SvelteUI website
Installation
yarn add @svelteuidev/utilities
npm i @svelteuidev/utilities
Included Utilities
- hash – Generates a random hash with a specified prefix
- os – Identifies the user's os
- raf-fn – Call function on every requestAnimationFrame
License
All svelteui packages have MIT license. All svelteui dependencies also have MIT license.