|
pyShelf Open Source Ebook Server 0.8.0
FOSS E-Book Server, https://pyshelf.com
|
Public Member Functions | |
| __init__ (self, Config config) | |
| install (self) | |
Public Attributes | |
| Path | package_json = Path(config.root, "src/frontend/package.json") |
| Config | config = config |
A class to interface with the JavaScript side of pyShelf.
| objects.JSInterface.__init__ | ( | self, | |
| Config | config ) |
Initialize the JSInterface object.
| objects.JSInterface.install | ( | self | ) |
Install the JavaScript dependencies.
| Config objects.JSInterface.config = config |
| Path objects.JSInterface.package_json = Path(config.root, "src/frontend/package.json") |