Skip to main content
Home

Built and signed on GitHub Actions

Render caniuse.com data on a page

This package works with BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
100%
Published
a year ago (1.0.8)

can-i-use

version: 1.0.8

license: LGPL-3

Wraps the caniuse embed from ireade/caniuse-embed so it can be used as a component

Browser Use

ESM CDN: https://esm.sh/jsr/@web-components/can-i-use

<script src="https://esm.sh/jsr/@web-components/can-i-use" type="module"></script>

Made by jackcarey.

Documentation

See repo: jackcarey/web-components

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@web-components/can-i-use

Import symbol

import * as can_i_use from "@web-components/can-i-use";
or

Import directly with a jsr specifier

import * as can_i_use from "jsr:@web-components/can-i-use";

Add Package

pnpm i jsr:@web-components/can-i-use
or (using pnpm 10.8 or older)
pnpm dlx jsr add @web-components/can-i-use

Import symbol

import * as can_i_use from "@web-components/can-i-use";

Add Package

yarn add jsr:@web-components/can-i-use
or (using Yarn 4.8 or older)
yarn dlx jsr add @web-components/can-i-use

Import symbol

import * as can_i_use from "@web-components/can-i-use";

Add Package

vlt install jsr:@web-components/can-i-use

Import symbol

import * as can_i_use from "@web-components/can-i-use";

Add Package

npx jsr add @web-components/can-i-use

Import symbol

import * as can_i_use from "@web-components/can-i-use";

Add Package

bunx jsr add @web-components/can-i-use

Import symbol

import * as can_i_use from "@web-components/can-i-use";