UNPKG

r2-navigator-js

Version:

Readium 2 'navigator' for NodeJS (TypeScript)

5 lines (4 loc) 290 B
export declare const R2_SESSION_WEBVIEW = "persist:readium2pubwebview"; export declare const READIUM2_ELECTRON_HTTP_PROTOCOL = "httpsr2"; export declare const convertHttpUrlToCustomScheme: (url: string) => string; export declare const convertCustomSchemeToHttpUrl: (url: string) => string;