docs: update TOC links

This commit is contained in:
winston 2022-08-06 23:41:09 +02:00
parent 93d2f6be48
commit f9e4825212
No known key found for this signature in database
GPG Key ID: 3786770EDBC2B481
1 changed files with 20 additions and 12 deletions

View File

@ -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`