Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bluelovers/stable-diffusion-webui-types


https://github.com/bluelovers/stable-diffusion-webui-types

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# README.md

TypeScript type definitions for stable-diffusion-webui JavaScript scripts

## install

```bash
yarn add stable-diffusion-webui-types
yarn-tool add stable-diffusion-webui-types
yt add stable-diffusion-webui-types
```

## usege

> create a `global.webui.d.ts` file

```typescript
///

import 'stable-diffusion-webui-types';
```