colors.js
colors.js copied to clipboard
feat: add pakistan style to colors.js
This PR adds a new style called 'pakistan' to the colors.js library. The 'pakistan' style colors the first 30% of the text in white and the remaining 70% in green, representing the colors of the Pakistani flag.
- Added 'pakistan' map in
/lib/maps/pakistan.js
- Updated
/lib/colors.js
to include the new map - Extended
String.prototype
with the 'pakistan' style in/lib/extendedStringPrototype.js
- Updated TypeScript definitions in
index.ts
- Added documentation in
README.md