0o001 / style.js

object to CSS string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

style.js

object to CSS string

console.log('%cHello World', style({ backgroundColor: 'red', color: 'white' }));

sample output:

background-color:red;color:white;

About

object to CSS string


Languages

Language:JavaScript 100.0%