文件名称:html-tweet:将推文转换为 HTML,解析出 #hashtags、@mentions 和 http
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-10 18:30:32
JavaScript
html-tweet 将推文转换为 HTML,解析出 #hashtags、@mentions 和 。 使用官方的 npm 包进行解析。 用法 var htmlTweet = require('html-tweet')() var html = htmlTweet('Hello #world, this is a @mention and a http://link.com') console.log(html); // html => "Hello #world, this is a @mention and a http://link.com" 方法 var htmlTweet = require('html-tweet')() htmlTweet(推文) 返回推文文本的 HTML 版
【文件预览】:
html-tweet-master
----.travis.yml(58B)
----example()
--------example.js(247B)
----index.js(1KB)
----package.json(579B)
----test()
--------index.js(925B)
----LICENSE(1KB)
----.gitignore(464B)
----README.md(1KB)
----.jshintrc(673B)