custom typedoc

pull/91/head
Vladimir Mandic 2021-03-15 12:29:51 -04:00
parent 4b9e3a028c
commit e4c61f18ce
19 changed files with 30 additions and 2764 deletions

View File

@ -1,6 +1,6 @@
# @vladmandic/human # @vladmandic/human
Version: **1.1.5** Version: **1.1.6**
Description: **Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition** Description: **Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition**
Author: **Vladimir Mandic <mandic00@live.com>** Author: **Vladimir Mandic <mandic00@live.com>**
@ -9,6 +9,10 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
## Changelog ## Changelog
### **1.1.6** 2021/03/15 mandic00@live.com
- implement human.match and embedding demo
### **1.1.5** 2021/03/15 mandic00@live.com ### **1.1.5** 2021/03/15 mandic00@live.com
- full rebuild - full rebuild

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/human.esm.js vendored

File diff suppressed because one or more lines are too long

2
dist/human.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/human.node.js vendored

File diff suppressed because one or more lines are too long

View File

@ -200,7 +200,7 @@ async function typedoc(entryPoint) {
if (!td) { if (!td) {
td = new TypeDoc.Application(); td = new TypeDoc.Application();
td.options.addReader(new TypeDoc.TSConfigReader()); td.options.addReader(new TypeDoc.TSConfigReader());
td.bootstrap({ entryPoints: entryPoint }); td.bootstrap({ entryPoints: entryPoint, theme: 'wiki/theme/' });
} }
const project = td.convert(); const project = td.convert();
const result = project ? await td.generateDocs(project, 'typedoc') : null; const result = project ? await td.generateDocs(project, 'typedoc') : null;

View File

@ -33,7 +33,7 @@
"readme": "none", "readme": "none",
"out": "typedoc", "out": "typedoc",
"entryPoints": "src/human.ts", "entryPoints": "src/human.ts",
"logLevel": "Error", "logLevel": "Info",
"logger": "none", "logger": "none",
"theme": "wiki/theme/" "theme": "wiki/theme/"
} }

View File

@ -1,20 +1,21 @@
@font-face { font-family: 'Lato'; font-display: swap; font-style: normal; font-weight: 100; src: local('Lato'), url('../../assets/lato-light.woff2') }
:root { :root {
--color-background: #fdfdfd; --color-background: #202020;
--color-text: #222; --color-text: #f0f0f0;
--color-text-aside: #707070; --color-text-aside: #A0A0A0;
--color-link: #4da6ff; --color-link: lightskyblue;
--color-menu-divider: #eee; --color-menu-divider: #eee;
--color-menu-divider-focus: #000; --color-menu-divider-focus: #000;
--color-menu-label: #707070; --color-menu-label: #707070;
--color-panel: #fff; --color-panel: #303030;
--color-panel-divider: #eee; --color-panel-divider: #404040;
--color-comment-tag: #707070; --color-comment-tag: #707070;
--color-comment-tag-text: #fff; --color-comment-tag-text: #fff;
--color-code-background: rgba(#000, 0.04); --color-code-background: rgba(#000, 0.04);
--color-ts: #9600ff; --color-ts: lightcoral;
--color-ts-interface: #647f1b; --color-ts-interface: #647f1b;
--color-ts-enum: #937210; --color-ts-enum: #937210;
--color-ts-class: #0672de; --color-ts-class: lightskyblue;
--color-ts-private: #707070; --color-ts-private: #707070;
--color-toolbar: #fff; --color-toolbar: #fff;
--color-toolbar-text: #333; --color-toolbar-text: #333;
@ -2498,6 +2499,7 @@ ul.tsd-type-parameters .tsd-comment {
background: var(--color-toolbar); background: var(--color-toolbar);
border-bottom: 1px solid var(--color-panel-divider); border-bottom: 1px solid var(--color-panel-divider);
transition: transform 0.3s linear; transition: transform 0.3s linear;
visibility: hidden;
} }
.tsd-page-toolbar a { .tsd-page-toolbar a {
color: var(--color-toolbar-text); color: var(--color-toolbar-text);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 855 B

View File

@ -6,7 +6,8 @@
<title>Human | @vladmandic/human</title> <title>Human | @vladmandic/human</title>
<meta name="description" content="Documentation for @vladmandic/human"> <meta name="description" content="Documentation for @vladmandic/human">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/typedoc.css"> <link rel="stylesheet" href="../assets/css/main.css">
<script async src="../assets/js/search.js" id="search-script"></script>
</head> </head>
<body> <body>
<header> <header>
@ -899,6 +900,6 @@
</div> </div>
</footer> </footer>
<div class="overlay"></div> <div class="overlay"></div>
<script src="../assets/typedoc.js"></script> <script src="../assets/js/main.js"></script>
</body> </body>
</html> </html>

View File

@ -6,7 +6,8 @@
<title>@vladmandic/human</title> <title>@vladmandic/human</title>
<meta name="description" content="Documentation for @vladmandic/human"> <meta name="description" content="Documentation for @vladmandic/human">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/typedoc.css"> <link rel="stylesheet" href="assets/css/main.css">
<script async src="assets/js/search.js" id="search-script"></script>
</head> </head>
<body> <body>
<header> <header>
@ -467,6 +468,6 @@
</div> </div>
</footer> </footer>
<div class="overlay"></div> <div class="overlay"></div>
<script src="assets/typedoc.js"></script> <script src="assets/js/main.js"></script>
</body> </body>
</html> </html>

2
wiki

@ -1 +1 @@
Subproject commit 4f67b6662637ff98421376dd8fc739a41ac969ad Subproject commit c4a3b6f1f99cb1723ebd32be702e52d44276169d