1.0.1 โ€ข Published 2 years ago

@sveu/browser v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.1

2 years ago

1.0.0

2 years ago

0.20.0

2 years ago

0.19.0

2 years ago

0.18.1

2 years ago

0.17.2

2 years ago

0.17.3

2 years ago

0.13.0

2 years ago

0.14.0

2 years ago

0.15.0

2 years ago

0.14.1

2 years ago

0.16.0

2 years ago

0.15.1

2 years ago

0.14.2

2 years ago

0.12.4

2 years ago

0.17.0

2 years ago

0.12.5

2 years ago

0.18.0

2 years ago

0.17.1

2 years ago

0.12.6

2 years ago

0.12.3

2 years ago

0.12.1

2 years ago

0.12.2

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago