Rythm.js
Rythm.js copied to clipboard
✨ Add variable font dance
Add variable font font dances
rythm.addRythm('neon-text', 'variableFont', 0, 10,
{
BLDA: { min: 1000, max: 400 },
TRMA: { min: 500, max: 500 },
})
it will generate this style
font-variation-settings: 'BLDA' 1000, 'TRMA' 500;
A demo here https://2360n746pr.codesandbox.io/