3.1.1 • Published 9 months ago
runescape-text v3.1.1
RuneScape Text
Convert text to a text image with RuneScape chat effects.
Getting started
npm i runescape-text
If you're on Windows and installation fails due to issues with
canvas
, follow the instructions at https://github.com/Automattic/node-canvas/wiki/Installation:-Windows to install the necessary dependencies. You can find installation instructions for other operating systems in the same wiki.
Examples
npx runescape-text "glow3:wave:hello world"
import { writeFileSync } from "node:fs";
import getRuneScapeText from "runescape-text";
const message = "glow3:wave:hello world";
const options = { debug: true };
const { data, extension } = getRuneScapeText(message, options);
writeFileSync(`./runescape-text.${extension}`, Buffer.from(data));
References
- Chat effect guides:
Color chart reference for the
pattern
color effect:
3.1.1
9 months ago
3.1.0
2 years ago
3.0.3
2 years ago
3.0.2
2 years ago
3.0.1
2 years ago
3.0.0
2 years ago
2.1.2
2 years ago
2.2.0
2 years ago
2.1.1
2 years ago
2.1.0
2 years ago
2.0.0
2 years ago
1.1.10
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago