hug-text
v0.0.41-1
Published
a very simple js library to fix an annoying css problem
Readme

simple util to trim inline space from elements that have wrapping text inside of it
[!IMPORTANT]
This function is now part of https://tijn.dev/tsuite
usage
npm i hug-textimport { hugText } from "hug-text";
const myElement = document.querySelector(".my-element");
hugText(myElement);