Found this cute little React library today. The functionality is trivial but the output is fun so I decided to port it: https://github.com/CuddleBunny/aurelia-kawaii. I’ll add the other characters over the next few days then spruce up the docs site and push it to npm.
You missed your own avatar there, <cuddle-bunny>
.
Yeah, I will probably add a bunny and few more moods and backport them to the original library.
Awesome library.
However, in your Github README:
Install
With npm:
npm install --save react-kawaii
With yarn:
yarn add react-kawaii
lol
Good call, I’ll just remove it for now. It was a placeholder but I won’t have time to publish this to npm till next week.
Published to npm now if anyone wants to play with it: https://www.npmjs.com/package/aurelia-kawaii. Will add the rest of the characters when I find the time and patch to v1.0
Finally got around to finishing this up! I created a generator that chews up the original source components rather than manually porting the rest: https://github.com/CuddleBunny/aurelia-kawaii/blob/master/aurelia_project/generators/parse-from-origin.ts.
Published v0.9.2, will bump to 1.0 when there are docs, maybe in storybook since I want to play with that. Will look at au2 support too.