https://github.com/alessandrobellesia/gdg-2022-having-fun-with-web-workers
Simple project to explain how to use web workers with blurhash
https://github.com/alessandrobellesia/gdg-2022-having-fun-with-web-workers
blurhash pico vite vue web-worker
Last synced: 3 months ago
JSON representation
Simple project to explain how to use web workers with blurhash
- Host: GitHub
- URL: https://github.com/alessandrobellesia/gdg-2022-having-fun-with-web-workers
- Owner: alessandrobellesia
- Created: 2022-10-12T16:52:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T11:31:15.000Z (over 2 years ago)
- Last Synced: 2025-02-08T06:28:58.612Z (5 months ago)
- Topics: blurhash, pico, vite, vue, web-worker
- Language: Vue
- Homepage: https://stackblitz.com/edit/vitejs-vite-jm6vks
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/alessandrobellesia/gdg-2022-having-fun-with-web-workers)## Having Fun with Web Workers!
### [GDG DevFest Triveneto 2022](https://gdg.community.dev/events/details/google-gdg-trento-presents-devfest-triveneto-2022/)
`web-worker` `vue` `vite` `blurhash` `pico`
#### proudly powered by
[](https://24consulting.it)
### Project setup
```
$ npm install
```### Compiles for development
```
$ npm run dev
```### Compiles for production
```
$ npm run build
```[View the slides 🎉](https://slides.com/alessandrobellesia/web-workers)
[Edit on StackBlitz ⚡️](https://stackblitz.com/edit/having-fun-with-web-workers)