1.2.0 • Published 3 years ago
mount-image v1.2.0
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/mount-image@1.2.0/dist/index.global.prod.js"></script>Support & Issues
Please open an issue here.
License
1.2.0
3 years ago
1.2.0-beta.3
3 years ago
1.2.0-beta.2
3 years ago
1.2.0-beta.1
3 years ago
1.1.0
3 years ago
1.0.0
3 years ago
1.0.0-alpha.0
3 years ago