@nypl/web-reader 0.2.0-alpha.2 → 0.2.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +2 -2
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -88520,6 +88520,9 @@ function useHtmlReader(args) {
|
|
|
88520
88520
|
navHeight: HEADER_HEIGHT,
|
|
88521
88521
|
margin: 0
|
|
88522
88522
|
},
|
|
88523
|
+
rights: {
|
|
88524
|
+
autoGeneratePositions: false
|
|
88525
|
+
},
|
|
88523
88526
|
api: {
|
|
88524
88527
|
getContent
|
|
88525
88528
|
}
|