colors.js icon indicating copy to clipboard operation
colors.js copied to clipboard

feat: add pakistan style to colors.js

Open mabbasbangash97 opened this issue 4 months ago • 0 comments

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

mabbasbangash97 avatar Oct 12 '24 12:10 mabbasbangash97