@canopycanopycanopy/b-ber-reader 1.2.12 → 1.2.13-react-reader.6
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/README.md +1 -1
- package/dist/{e79bfd88537def476913f3ed52f4f4b3.eot → 4674f8ded773cb03e824.eot} +0 -0
- package/dist/{a37b0c01c0baf1888ca812cc0508f6e2.ttf → 5e7382c63da0098d634a.ttf} +0 -0
- package/dist/{012cf6a10129e2275d79d6adac7f3b02.woff → 83bebaf37c09c7e1c3ee.woff} +0 -0
- package/dist/{570eb83859dc23dd0eec423a49e147fe.woff2 → cff684e59ffb052d72cb.woff2} +0 -0
- package/dist/index.html +22 -18
- package/dist/main.818ae91015d8d0fec8e2.js +29340 -0
- package/dist/main.818ae91015d8d0fec8e2.js.map +1 -0
- package/index.js +0 -1
- package/package.json +22 -85
- package/dist/2aaacec08d74ce95e948.css +0 -1
- package/dist/2aaacec08d74ce95e948.js +0 -52
- package/server.js +0 -46
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `@canopycanopycanopy/b-ber-reader`
|
|
2
2
|
|
|
3
|
-
The `b-ber-reader` package is used to render a horizontally scrolling HTML view in a browser. It includes a user-interface to navigate through a published project, display a project metadata, and to download related project assets.
|
|
3
|
+
The `b-ber-reader` package is used to render a horizontally scrolling HTML view in a browser. It includes a user-interface to navigate through a published project, display a project metadata, and to download related project assets. This package contains the compiled source of the `@canopycanopycanopy/b-ber-reader-react` package.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/index.html
CHANGED
|
@@ -1,24 +1,28 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!DOCTYPE html>
|
|
2
2
|
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8"
|
|
5
|
-
<meta
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta
|
|
6
|
+
name="viewport"
|
|
7
|
+
content="width=device-width, initial-scale=1, maximum-scale=3.0, minimum-scale=1"
|
|
8
|
+
/>
|
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
10
|
+
<meta name="robots" content="index, follow" />
|
|
8
11
|
<title>b-ber-reader</title>
|
|
9
12
|
|
|
10
|
-
|
|
11
|
-
<meta
|
|
12
|
-
<meta property="og:
|
|
13
|
-
<meta property="og:
|
|
14
|
-
<meta property="og:
|
|
15
|
-
<meta property="og:
|
|
16
|
-
<meta property="og:description" content="">
|
|
13
|
+
<meta name="description" content="" />
|
|
14
|
+
<meta property="og:site_name" content="" />
|
|
15
|
+
<meta property="og:url" content="" />
|
|
16
|
+
<meta property="og:title" content="" />
|
|
17
|
+
<meta property="og:image" content="" />
|
|
18
|
+
<meta property="og:description" content="" />
|
|
17
19
|
|
|
18
|
-
<link rel="canonical" href=""
|
|
19
|
-
<
|
|
20
|
-
<body>
|
|
20
|
+
<link rel="canonical" href="" />
|
|
21
|
+
<script defer src="main.818ae91015d8d0fec8e2.js"></script></head>
|
|
22
|
+
<body>
|
|
21
23
|
<div id="root"></div>
|
|
22
|
-
<script id="__server_data__">
|
|
23
|
-
|
|
24
|
+
<script id="__server_data__">
|
|
25
|
+
window.__SERVER_DATA__ = {}
|
|
26
|
+
</script>
|
|
27
|
+
</body>
|
|
24
28
|
</html>
|