@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 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
 
package/dist/index.html CHANGED
@@ -1,24 +1,28 @@
1
- <!doctype html>
1
+ <!DOCTYPE html>
2
2
  <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3.0, minimum-scale=1">
6
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
- <meta name="robots" content="index, follow">
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
- <!-- meta -->
11
- <meta name="description" content="">
12
- <meta property="og:site_name" content="">
13
- <meta property="og:url" content="">
14
- <meta property="og:title" content="">
15
- <meta property="og:image" content="">
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
- <link href="/2aaacec08d74ce95e948.css" rel="stylesheet"></head>
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__">window.__SERVER_DATA__ = {};</script>
23
- <script type="text/javascript" src="/2aaacec08d74ce95e948.js"></script></body>
24
+ <script id="__server_data__">
25
+ window.__SERVER_DATA__ = {}
26
+ </script>
27
+ </body>
24
28
  </html>