7.4.47 • Published 4 months ago

mdi-js-es v7.4.47

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

mdi-js-es

npm version npm downloads License

ESM build of @mdi/js.

Why?

@mdi/js is a great package, but it is only CJS:

Versioning

This package will use the same @mdi/svg version number.

There is no guarantee that this package will be updated to the latest version of @mdi/svg, feel free to file an issue if you want to request an update.

Usage

Install:

# pnpm
pnpm add mdi-js-es

# npm
npm i mdi-js-es

# yarn
yarn add mdi-js-es

Import:

// ESM
import { /* icons */ } from 'mdi-js-es'

// CommonJS
const { /* icons */ } = require('mdi-js-es')

License

MIT

7.4.47

4 months ago

7.3.67

5 months ago

0.0.1

5 months ago