mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-15 12:50:04 +01:00
Added native gaussian Blurring module(no dependencies) (#186)
* Added Blur Module * Issue 177 fixing Blur module * blur module fixed info json * fixing blur module * Delete .DS_Store * add a native blurring solution Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * fixed package.json Signed-off-by: tech4GT <varun.gupta1798@gmail.com> * delete .ds_store and update gitignore Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
This commit is contained in:
committed by
Jeffrey Warren
parent
9d3e511bca
commit
e8ab480687
@@ -31,5 +31,8 @@ module.exports = {
|
||||
],
|
||||
'dynamic': [
|
||||
require('./modules/Dynamic/Module'),require('./modules/Dynamic/info')
|
||||
],
|
||||
'blur': [
|
||||
require('./modules/Blur/Module'),require('./modules/Blur/info')
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user