You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ as additional columns in the BOM table (for example manufacturer id) or it can b
17
17
used to indicate which components should be omitted altogether (dnp field). For
18
18
full description of functionality see [wiki](https://github.com/openscopeproject/InteractiveHtmlBom/wiki).
19
19
20
-
Generated html page is fully self contained, doesn't need internet connection to work and can be packaged with documentation of your project or hosted anywhere on the web.
20
+
Generated html page is fully self contained, doesn't need internet connection to work
21
+
and can be packaged with documentation of your project or hosted anywhere on the web.
21
22
22
23
[Demo is worth a thousand words.](https://openscopeproject.org/InteractiveHtmlBomDemo/)
23
24
@@ -29,8 +30,9 @@ See [project wiki](https://github.com/openscopeproject/InteractiveHtmlBom/wiki)
29
30
30
31
Plugin code is licensed under MIT license, see `LICENSE` for more info.
31
32
32
-
Html page uses [Split.js](https://github.com/nathancahill/Split.js)
33
-
and [PEP.js](https://github.com/jquery/PEP) libraries that get embedded into
33
+
Html page uses [Split.js](https://github.com/nathancahill/Split.js),
34
+
[PEP.js](https://github.com/jquery/PEP) and (stripped down)
35
+
[lz-strings.js](https://github.com/pieroxy/lz-string) libraries that get embedded into
34
36
generated bom page.
35
37
36
38
`units.py` is borrowed from [KiBom](https://github.com/SchrodingersGat/KiBoM)
0 commit comments