Mahdi AICI
Mahdi AICI
Add neon-text dance, based on the css property text-shadow ```javascript rythm.addRythm('neon-text','textNeon', 0, 50, { min: 0, max: 30, neons: [ {strength: 10, color: 'white'}, {strength: 20, color: 'white'}, {strength: 30,...
- Bump lock files packages version, had an issue on gulp with node 10. - Fixed typo on README file : font-witdh => font-size
Add [variable font](https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts/) font dances ```javascript rythm.addRythm('neon-text', 'variableFont', 0, 10, { BLDA: { min: 1000, max: 400 }, TRMA: { min: 500, max: 500 }, }) ``` it will generate...