0.3.2 • Published 6 years ago

textoverlay v0.3.2

Weekly downloads
37
License
MIT
Repository
github
Last release
6 years ago

textoverlay

Simple decorator for textarea elements.

Demo

npm.io

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.

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.5

6 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago