mount-image
v1.2.0
Published
A simple function for mounting image
Downloads
829
Maintainers
Readme
mount-image
A simple function for mounting image
Installing
# use pnpm
$ pnpm install mount-image
# use npm
$ npm install mount-image --save
# use yarn
$ yarn add mount-imageUsage
General use
import mountImage from 'mount-image'
mountImage('image url', options)- by require
const mountImage = require('mount-image')
mountImage('image url', options)Use CDN resource
<!-- head -->
<script src="https://unpkg.com/[email protected]/dist/index.global.prod.js"></script>Support & Issues
Please open an issue here.
