docs: update TOC links
This commit is contained in:
parent
93d2f6be48
commit
f9e4825212
32
README.md
32
README.md
|
@ -17,24 +17,32 @@
|
||||||
|
|
||||||
## Available formats
|
## Available formats
|
||||||
|
|
||||||
+ Node Package
|
- Development
|
||||||
+ CSS
|
- [Node Package](#node-package)
|
||||||
+ Gimp
|
- [CSS](#css)
|
||||||
+ Krita
|
- [Sass](#sass)
|
||||||
+ Inkscape
|
- [Tailwind CSS](https://github.com/catppuccin/tailwindcss) (separate repository)
|
||||||
+ Aseprite/LibreSprite
|
- Design
|
||||||
+ Affinity
|
- [Affinity](#affinity)
|
||||||
+ PNG
|
- [Aseprite / LibreSprite](#aseprite)
|
||||||
+ Sass
|
- [Gimp](#gimp)
|
||||||
+ Sip
|
- [Inkscape](#inkscape)
|
||||||
+ macOS Color Picker
|
- [Krita](#krita)
|
||||||
|
- Colour pickers
|
||||||
|
- [macOS Color Picker](#macos-color-picker)
|
||||||
|
- [Sip](#sip)
|
||||||
|
- Reference
|
||||||
|
- [PNG](#png)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Node Package
|
### Node Package
|
||||||
|
|
||||||
```
|
```bash
|
||||||
|
# npm
|
||||||
npm install @catppuccin/palette
|
npm install @catppuccin/palette
|
||||||
|
# yarn
|
||||||
|
yarn add @catppuccin/palette
|
||||||
```
|
```
|
||||||
|
|
||||||
Example: `test.js`
|
Example: `test.js`
|
||||||
|
|
Loading…
Reference in New Issue