1.0.0 β€’ Published 2 years ago

@mrlerandom/can-tweet v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Can Tweet

Check if you can tweet, 2 lines.

import { canTweet } from "@mrlerandom/can-tweet";
const tweet = `Hello World ! πŸ‘©β€πŸ‘©β€πŸ‘§β€πŸ‘¦πŸ‘©β€πŸ‘©β€πŸ‘§β€πŸ‘¦ δ½ ε₯½δΈ–η•Œ !Im https://www.github.com/florianmifsud`;
console.log(canTweet(tweet)); //return true

βœ… 0 dependencies

βœ… With emoji

βœ… With URL

Authors