2.0.3 • Published 2 years ago

poolsketch v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago