browser-metrics icon indicating copy to clipboard operation
browser-metrics copied to clipboard

A collection of metrics tools for measuring performance ⚡️

Results 2 browser-metrics issues
Sort by recently updated
recently updated
newest added

Instead of recommending people to import from `/lib/x`, why not export the modules? ```JS import browserMetrics from 'browser-metrics'; // and import { Metric } from 'browser-metrics'; ```

enhancement