Nekos.deno is a reimplementation of Nekos.py in pure TypeScript made for compatibility with the new JavaScript and TypeScript framework Deno.
Using Nekos.deno is easy, and here is a quick tutorial on how to get you started.
import {ImageNekos} from "https://raw.githubusercontent.com/DiegoMagdaleno/nekos.deno/master/mod.ts"
let nekoImageSession = new ImageNekos('meow')
console.log(await nekoImageSession.getImage()) // Returns a JSON object!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.