UNPKG
@epubkit/epub-gen-memory
Version:
latest (1.0.10-aplha.14)
1.0.10
1.0.10-aplha.14
1.0.10-aplha.13
1.0.10-aplha.12
1.0.10-aplha.11
1.0.10-aplha.10
1.0.10-aplha.9
1.0.10-aplha.8
1.0.10-aplha.7
1.0.10-aplha.6
1.0.10-aplha.5
1.0.10-aplha.4
1.0.10-aplha.3
1.0.10-aplha.2
1.0.10-aplha.1
A library to generate EPUB from HTML
github.com/cpiber/epub-gen-memory
cpiber/epub-gen-memory
@epubkit/epub-gen-memory
/
dist
/
lib
/
SharedArrayBufferStub.js
8 lines
(7 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
window
.
SharedArrayBuffer
= {
// @ts-ignore
prototype
: {
byteLength
:
0
} };