mdi-js-es
v7.4.47
Published
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href]
Downloads
173
Readme
mdi-js-es
ESM build of @mdi/js.
Why?
@mdi/js is a great package, but it is only CJS:
- @mdi/js in publint.dev
- @mdi/js in arethetypeswrong.github.io
- mdi-js-es in publint.dev
- mdi-js-es in arethetypeswrong.github.io
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')