Uwuifier V3 release!
It's not the fastest, it's not the lightest but it probably is the most advanced Uwuifier! Made for Deno and Node and the web
Added
- Support for
yarn
andpnpm
instead of onlynpm
- Added more UwU faces
Changed
- Switched to default export, in every version after v3.0.0 the
Uwuifier
class needs to be imported like this:import Uwuifier from 'uwuifier';
instead of the oldimport { Uwuifier } from 'uwuifier;
- Switched to Deno for formatting and linting
- Small bug fixes