old-textoverlay:Textarea元素的简单装饰器

时间:2024-06-02 08:29:50
【文件属性】:

文件名称:old-textoverlay:Textarea元素的简单装饰器

文件大小:191KB

文件格式:ZIP

更新时间:2024-06-02 08:29:50

TypeScript

文字叠加 textarea元素的简单装饰器。 演示版 new Textoverlay ( document . getElementById ( "textarea" ) , [ { match : / \B @ \w + / g , css : { "background-color" : "#d8dfea" } } , { match : / e \w { 8 } d / g , css : { "background-color" : "#cc9393" } } ] ) ; 安装 npm install textoverlay 执照 Textoverlay是根据许可证发布的。


【文件预览】:
old-textoverlay-master
----.eslintrc(1KB)
----.babelrc(235B)
----docs()
--------bundle.css.map(198KB)
--------bundle.js.map(65KB)
--------media()
--------index.html(2KB)
--------bundle.js(19KB)
--------bundle.css(154KB)
----package.json(2KB)
----tslint.json(604B)
----LICENSE(1KB)
----dist()
--------textoverlay.es5.min.js.map(18KB)
--------textoverlay.js(8KB)
--------textoverlay.es5.min.js(6KB)
--------textoverlay.d.ts(1KB)
--------textoverlay.js.map(7KB)
--------README.md(234B)
----src()
--------docs()
--------textoverlay.ts(8KB)
----tsconfig.json(5KB)
----.gitignore(989B)
----webpack.config.js(2KB)
----CHANGELOG.md(2KB)
----README.md(610B)
----webpack.config.docs.js(2KB)
----yarn.lock(223KB)
----.eslintignore(22B)
----postcss.config.js(576B)

网友评论