coverimage plugin (#6813)

* Plugin for saving the cover image to file. Useful in some e-ink android devices.
This commit is contained in:
zwim
2020-11-10 15:00:56 +01:00
committed by GitHub
parent 25cfef3f6d
commit 926e7dd402
5 changed files with 294 additions and 2 deletions

View File

@@ -487,4 +487,8 @@ function Device:canExecuteScript(file)
end
end
function Device:isValidPath(path)
return util.pathExists(path)
end
return Device