2.0.3 • Published 2 years ago

waifusocket v2.0.3

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

WaifuSocket

npm

node module to interface with the new waifulabs v2 websocket api

Documentation

Install

npm i waifusocket

Usage example

import fs from 'fs/promises';
import { WaifuSocket } from 'waifusocket';

const socket = await new WaifuSocket().login('SFMyNTY.JUSTSOMERANDOMCOOKIE');

const grid = await ws.genGrid();
console.log(grid.length);

const big = await ws.genBig(grid[0].seeds);
await fs.writeFile('./image.png', big.image);

ws.close();
2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago