mirror of
https://github.com/koreader/koreader
synced 2024-11-11 19:11:14 +00:00
926e7dd402
* Plugin for saving the cover image to file. Useful in some e-ink android devices.
7 lines
154 B
Lua
7 lines
154 B
Lua
local _ = require("gettext")
|
|
return {
|
|
name = "coverimage",
|
|
fullname = _("Cover Image"),
|
|
description = _([[Stores cover image to a file.]]),
|
|
}
|