chrome-performance-video

1.0.0 • Public • Published

chrome-performance-video

make a webm video from a chrome performance profile.

image

try online

demo

docs

install

npm install chrome-performance-video
yarn add chrome-performance-video

usage

import performanceProfile from '../test/fixtures/performance-profile.json'
 
const video = await chromePerformanceVideo(performanceProfile)
const player = document.querySelector('#player')
player.src = URL.createObjectURL(video)
player.load()

license

MIT © KyuWoo Choi

Package Sidebar

Install

npm i chrome-performance-video

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

199 MB

Total Files

52

Last publish

Collaborators

  • kyuwoo.choi