Skip to content

Instantly share code, notes, and snippets.

View TheSalarKhan's full-sized avatar
💭
I may be slow to respond.

Muhammad Salar Khan TheSalarKhan

💭
I may be slow to respond.
View GitHub Profile
@TheSalarKhan
TheSalarKhan / wat.js
Created June 27, 2020 08:49 — forked from AVGP/wat.js
ffmpeg.js converting webm from a media recorder into mp4
var ffmpeg = require('ffmpeg.js/ffmpeg-mp4.js')
document.querySelector('button').addEventListener('click', (evt) => {
document.querySelector('[camera]').setAttribute('animation', {
property: 'rotation',
to: '0 360 0',
dur: 10000,
easing: 'linear'
})