Wrapper for communicating with snips.sh in Node.js
npm i -E snips-sh
import { Snips } from "snips-sh";
const client = new Snips();
// Optional, `upload` will call this implicitly during an instance's first upload if a key isn't provided in the constructor.
const { privateKey } = await client.setup();
const { id, url } = await client.upload("Some content to upload!");