https://github.com/simpart/mofron-effect-backgd
https://github.com/simpart/mofron-effect-backgd
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simpart/mofron-effect-backgd
- Owner: simpart
- License: mit
- Created: 2017-01-24T14:09:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T05:44:14.000Z (over 7 years ago)
- Last Synced: 2025-10-10T10:41:26.952Z (9 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
});
```