FrontEnd Development
28.4K subscribers
144 photos
1 video
8.36K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
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
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
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
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
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
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