An open API service indexing awesome lists of open source software.

https://github.com/simpart/mofron-effect-backgd


https://github.com/simpart/mofron-effect-backgd

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# mofron-effect-backgd
background effect for [mofron](https://github.com/simpart/mofron).

# Install
```bash
npm install mofron-effect-backgd
```

# Sample
```javascript
require('mofron');
let Backgd = require('mofron-effect-backgd');
let Img = require('mofron-comp-image');

new Img({
param : '/path/to/image',
effect : new Backgd(),
visible : true
});
```