2.0.3 • Published 3 years ago

poolsketch v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

poolsketch

About

API wrapper for PoolSketch.

Installation

npm install poolsketch
yarn add poolsketch
pnpm install poolsketch

Usage

import { Client } from 'poolsketch';

const client = new Client();

client.notes.fetch('kyunkyun05').then(async note => {
  const edited = await note.edit({ darkMode: true });

  console.log(edited.editedAt);
});
2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago