0.1.10 • Published 2 years ago

@janhq/models v0.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago