Create sounds right in the browser with the Web Audio API. This post does a good job of starting with the basics and showing off some demos. - https://goo.gl/2hm3jB
#webapi #audio
#webapi #audio
CSS-Tricks
Introduction to Web Audio API | CSS-Tricks
Web Audio API lets us make sound right in the browser. It makes your sites, apps, and games more fun and engaging. You can even build music-specific applic
CSS Animations vs Web Animations API
A comparison between using pure CSS versus JavaScript’s native API for animation. - https://goo.gl/vTCHJK
#css #animations #webapi
A comparison between using pure CSS versus JavaScript’s native API for animation. - https://goo.gl/vTCHJK
#css #animations #webapi
CSS-Tricks
CSS Animations vs Web Animations API | CSS-Tricks
There is a native API for animation in JavaScript known as the Web Animations API. We'll call it WAAPI in this post. MDN has good documentation on it, and
Taking Photos and Controlling Camera Settings with the Image Capture API
Image Capture is an API to control camera settings and take photos, now supported in Chrome 59+. Simple demo and code here. - https://goo.gl/218S64
#webapi #takephoto
Image Capture is an API to control camera settings and take photos, now supported in Chrome 59+. Simple demo and code here. - https://goo.gl/218S64
#webapi #takephoto
Google Developers
Take Photos and Control Camera Settings | Web
| Google Developers
| Google Developers
Image Capture is an API to control camera settings and take photos.
An Introduction to Chrome’s Picture-in-Picture Web API
The Picture-in-Picture Web API is designed to let users continue to watch videos in a floating window when they move on to other tabs or even applications. - http://bit.ly/2DoVkji
#chrome #webapi
The Picture-in-Picture Web API is designed to let users continue to watch videos in a floating window when they move on to other tabs or even applications. - http://bit.ly/2DoVkji
#chrome #webapi
Google Developers
Watch video using Picture-in-Picture | Web | Google Developers
Control Picture-in-Picture for video elements on your website.
Reverb and the Web Audio API
A two-part blog post series by Anton Miselaytes on various techniques for generating reverb (synthesising the effect of an acoustic space). Including the theory and practice of convolution reverb and various algorithmic reverb approaches. - http://amp.gs/VIQ9
#webApi #audio
A two-part blog post series by Anton Miselaytes on various techniques for generating reverb (synthesising the effect of an acoustic space). Including the theory and practice of convolution reverb and various algorithmic reverb approaches. - http://amp.gs/VIQ9
#webApi #audio
Medium
Algorithmic Reverb and Web Audio API
Part 2 of "Reverb and Web Audio API" Series
Exploring the Hidden Potential of JavaScript Arrays
Aimed more at beginners, this tour visits built-in methods like flatMap, every, some and keys that are frequently overlooked. - http://amp.gs/Un9V
#javascript
Aimed more at beginners, this tour visits built-in methods like flatMap, every, some and keys that are frequently overlooked. - http://amp.gs/Un9V
#javascript
Arek Nawo
Exploring the hidden potential of JavaScript arrays!
Rediscovering some of underrated JS arrays API methods you may not know...
#javascript #webdev #webdevelopment #programming #frontend #webapi #apis
#javascript #webdev #webdevelopment #programming #frontend #webapi #apis
How to Use the Web Share API
This API provides a way to trigger the native share dialog of a device when sharing content, such as a link, directly from a website or web app. It's mostly focused on mobile use cases so far but the latest Safari build supports it too. - http://amp.gs/OCD0
#webapi
This API provides a way to trigger the native share dialog of a device when sharing content, such as a link, directly from a website or web app. It's mostly focused on mobile use cases so far but the latest Safari build supports it too. - http://amp.gs/OCD0
#webapi
CSS-Tricks
How to Use the Web Share API | CSS-Tricks
The Web Share API is one that has seemingly gone under the radar since it was first introduced in Chrome 61 for Android. In essence, it provides a way to
An Introduction to the MediaRecorder API
Here's how to use the MediaRecorder browser API to record audio and video in the browser. - http://amp.gs/OSYn
#webapi
Here's how to use the MediaRecorder browser API to record audio and video in the browser. - http://amp.gs/OSYn
#webapi
Twilio Blog
An introduction to the MediaRecorder API
The MediaRecorder API is a web API that you can use to record audio and video in the browser. In this post we'll build an app that records audio and lets you download it.
Safe DOM Manipulation (in the Future) with the Sanitizer API
The new Sanitizer API (edited by developers from both Google and Mozilla) aims to build a robust processor for arbitrary strings to be safely inserted into a page. Something to look forward to. - http://amp.gs/j1amK
#javascript #webapi
The new Sanitizer API (edited by developers from both Google and Mozilla) aims to build a robust processor for arbitrary strings to be safely inserted into a page. Something to look forward to. - http://amp.gs/j1amK
#javascript #webapi
web.dev
Safe DOM manipulation with the Sanitizer API
The new Sanitizer API aims to build a robust processor for arbitrary strings to be safely inserted into a page. This article introduces the API, and explains its usage.