1.0.1 โ€ข Published 8 months ago

@sveu/browser v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months 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

8 months ago

1.0.0

11 months ago

0.20.0

1 year ago

0.19.0

1 year ago

0.18.1

1 year ago

0.17.2

1 year ago

0.17.3

1 year ago

0.13.0

1 year ago

0.14.0

1 year ago

0.15.0

1 year ago

0.14.1

1 year ago

0.16.0

1 year ago

0.15.1

1 year ago

0.14.2

1 year ago

0.12.4

1 year ago

0.17.0

1 year ago

0.12.5

1 year ago

0.18.0

1 year ago

0.17.1

1 year ago

0.12.6

1 year ago

0.12.3

1 year ago

0.12.1

1 year ago

0.12.2

1 year ago

0.11.0

1 year ago

0.12.0

1 year ago

0.10.0

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago