Memory leaks fixed. Need to make it use getDom() for updates now. Also, add video support.

This commit is contained in:
tanshu
2017-02-27 09:31:24 +05:30
commit b6f1622ec3
4 changed files with 110 additions and 0 deletions

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "magic-mirror-module-random-photo",
"version": "1.0.0",
"description": "Show a random photo from an url",
"main": "MMM-RandomPhoto.js",
"author": "Diego Vieira",
"license": "ISC",
"dependencies": {
"jquery": "^3.1.0"
}
}