Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devpunks/studio
devpunks.studio
https://github.com/devpunks/studio
Last synced: 10 days ago
JSON representation
devpunks.studio
- Host: GitHub
- URL: https://github.com/devpunks/studio
- Owner: devpunks
- License: gpl-3.0
- Created: 2018-12-16T03:06:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T08:04:45.000Z (12 days ago)
- Last Synced: 2025-01-13T09:21:38.134Z (12 days ago)
- Language: HTML
- Homepage: https://devpunks.studio
- Size: 41.1 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# DEVPUNKS.STUDIO
## Marketing
- [No Updates!](https://youtu.be/S_TOlvv1oS8?t=5157)
## Performance Benchmarking
- R.A.I.L. - https://developers.google.com/web/fundamentals/performance/rail
## [Web Manifest](https://developer.mozilla.org/en-US/docs/Web/Manifest)
See [`index.webmanifest`](index.webmanifest)
w3c.org Web App Manifest specification - https://w3.org/TR/appmanifest
## `worker.js`
** ⚠️ Warning ** - Insecure origins treted as secure - chrome://flags/#unsafely-treat-insecure-origin-as-secure
## `head.html`
_(Possibly)_ place all common `` elements inside `head.html`
### Viewport Configuration
- MDN Viewport `` tag - https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag
- Icons & Browser Colors - https://developers.google.com/web/fundamentals/design-and-ux/browser-customization## References
- Web Audio References - https://github.com/notthetup/awesome-webaudio
- [GridSound DAW](https://daw.gridsound.com)
- https://github.com/gridsound/daw
- [Quota Management API](./quota_management_api.pdf)
- [Media Elements](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement)