textoverlay

Simple decorator for textarea elements

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
textoverlay
8470.3.25 years ago6 years agoMinified + gzip package size for textoverlay in KB

Readme

textoverlay
Simple decorator for textarea elements.

Demo


new Textoverlay(document.getElementById("textarea"), [
  {
    match: /\B@\w+/g,
    css: { "background-color": "#d8dfea" }
  },
  {
    match: /e\w{8}d/g,
    css: { "background-color": "#cc9393" }
  }
]);

Live demo

Installation

npm install textoverlay

License

Textoverlay is released under the MIT License.