UNPKG

wrapture

Version:

Wrapture lets you go from a Python-trained model to deployable JavaScript with a single command. It generates TypeScript bindings and a Web/Node-compatible wrapper, using WebGPU/WASM-ready ONNX runtimes.

34 lines (32 loc) 975 B
{ "$schema": "https://typedoc-plugin-markdown.org/schema.json", "plugin": [ "typedoc-plugin-markdown", "typedoc-plugin-remark", "typedoc-plugin-mdn-links", "typedoc-plugin-rename-defaults", "./custom-typedoc-plugin.js" ], "out": "./api", "outputFileStrategy": "modules", "interfacePropertiesFormat": "table", "classPropertiesFormat": "table", "enumMembersFormat": "table", "typeDeclarationFormat": "htmlTable", "propertyMembersFormat": "table", "theme": "custom-markdown-theme", "parametersFormat": "table", "entryPoints": ["src"], "entryPointStrategy": "expand", "readme": "./public/docs/README.md", "gitRevision": "main", "githubPages": false, "mergeReadme": true, "useCodeBlocks": true, "expandObjects": true, "remarkPlugins": [ "unified-prettier", ["remark-github", { "repository": "https://github.com/phun-ky/wrapture" }], ["remark-toc", { "heading": "Table of Contents", "maxDepth": 3 }] ] }