poopthis

Returns a string surrounded by the poop emoji (poomoji)

Usage no npm install needed!

<script type="module">
  import poopthis from 'https://cdn.skypack.dev/poopthis';
</script>

README

Poopthis

An npm package for Node.js; input a string and a string is returned surrounded by the poop emoji (poomoji).

npm install poopthis

const poopthis = require('poopthis')

// wrap your text in 3 depths of "crapostrophe"
const msg = poopthis('What is the point of this node package?', 3)

console.log(msg)

Output: :hankey: :hankey: :hankey: What is the point of this node package? :hankey: :hankey: :hankey:

:ok_hand: