any-image
v1.1.0
Published
dummy image designed to draw attention to the need for an actual image
Downloads
13
Maintainers
Readme
any-image
dummy image designed to draw attention to the need for an actual image
Features
- you can generetean image with (getImage(),getImage(500,600)),
- getImage() it return an image : width=400 and height=400 ,
- getImage(500,300) it return an image : width=500 and height=300
1.0.0
Initial release of any-image
Installation
Using npm:
$ npm i any-image
How to use
In Node.js:
const {getImage} = require('any-image');
console.log(getImage(500,300))
Or:
const anyname = require('any-image').default;
console.log(anyname())
Or:
var anyImage = require("any-image")
const img=anyImage.getImage(155,20)
console.log(img)
Enjoy!!