@sveu/browser
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.1254latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.1254
1.0.00
0.20.00
0.19.00
0.18.10
0.18.01
0.17.30
0.17.21
0.17.10
0.17.00
0.16.00
0.15.10
0.15.00
0.14.10
0.14.00
0.14.20
0.13.00
0.12.60
0.12.50
0.12.40
0.12.30
0.12.20
0.12.10
0.12.00
0.11.00
0.10.00
0.9.00
0.8.00
0.7.00
0.6.00
0.5.00
0.4.00
0.3.00
0.2.00
0.1.00

Package Sidebar

Install

npm i @sveu/browser

Weekly Downloads

256

Version

1.0.1

License

MIT

Unpacked Size

111 kB

Total Files

6

Last publish

Collaborators

  • mohamed-kaizen