Currently, the only exports in this package are:
web-features: Points to index.js which includes all data ({ browsers, features, groups, snapshots })
web-features/data.json: Points to data.js which includes all data as a JSON file
web-features/data.schema.json: Points to data.schema.json, a JSON schema of all data
It could be useful to have JSON exports for individual datasets (features, browsers, etc), especially for client-side use cases where 1 would not get any tree-shaking.
Currently, the only exports in this package are:
web-features: Points toindex.jswhich includes all data ({ browsers, features, groups, snapshots })web-features/data.json: Points todata.jswhich includes all data as a JSON fileweb-features/data.schema.json: Points todata.schema.json, a JSON schema of all dataIt could be useful to have JSON exports for individual datasets (features, browsers, etc), especially for client-side use cases where 1 would not get any tree-shaking.