Convert text to a text image with RuneScape chat effects.
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.
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));
-
Chat effect guides:
-
Color chart reference for the
pattern
color effect: