Inline CSS manipulation library
npm install dom-style
yarn add dom-style
pnpm add dom-style
bun add dom-style
var style = require('dom-style') style(document.body, 'background-color', 'red') style(document.body, { 'font-color': 'yellow', 'border': '5px solid black' })
$ npm install dom-style