Svelte Utility
Write less, Do more
The key features are:
- Type Strong ๐ช: Written in TypeScript, with TS Docs.
- Fast to code ๐: Increase the speed to develop features by about 200% to 300%.
- Fewer bugs ๐: Reduce about 40% of human (developer) induced errors.
- SSR Friendly ๐บ: Works perfectly with server-side.
- Easy ๐ซ: Designed to be easy to use and learn. Less time reading docs.
- Interactive demos ๐ : Documentation of functions also come with interactive demos!.
- Feature Rich ๐: 100+ functions for you to choose from.
- Fully ๐ณ shakeable: Only take what you want.
Installation
pnpm add -D @sveu/browser
๐งช Example
<script>
import {permission} from "@sveu/browser"
const { state, supported } = permission("geolocation", {controls: true})
</script>
<h1>Is supported is: {$supported}</h1>
<h1>state is: {$state}</h1>
๐ Thanks
This project is heavily inspired by the following awesome projects.
๐ License
MIT License ยฉ 2022-PRESENT Mohamed Nesredin