trace-parser
v1.0.0
Published
output from Chrome performance panel.
Downloads
6
Readme
Trace Paser
output from Chrome performance panel.
install
npm i trace-parser
use
import traceParser from "trace-parser"
import traceJson from "your-trace-json-here"
console.log( await traceParser(traceJson) )