0.1.10 • Published 6 months ago

@janhq/models v0.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@janhq/models

Install

Using yarn:

yarn add @janhq/models

Using npm

npm i @janhq/models

Import the package

// javascript
const models = require("@janhq/models");

// typescript
import * as models from "@janhq/models";
const MODEL_CATALOG_URL = models.default;

console.log(MODEL_CATALOG_URL);
// {
//   "id": "",
//   "name": "",
//   "modelUrl": "",
//   "versions": [
//      "downloadLink": "",
//     ...
//   ]
//   ...
// }
0.1.10

6 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago