Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devpunks/studio

devpunks.studio
https://github.com/devpunks/studio

Last synced: 10 days ago
JSON representation

devpunks.studio

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)