Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/web-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ npm install web-features
import { features, groups, snapshots } from "web-features";
```

Or, without Node.js:

```js
import {
features,
groups,
snapshots,
} from "web-features/data.json" with { type: "json" };
```

## Rendering Baseline statuses with `web-features`

If you're using `web-features` to render Baseline iconography or browser logos with support markers, then you must follow these procedures to ensure consistent usage.
Expand Down