@laam/log
v1.0.1
Published
This is a package to log colorize versions of text
Downloads
1
Readme
MY FIRST NPM PACKAGE
Install it via npm or yarn or pnpm
npm i @laam/log
To use it. Open your js file and import log from package
import log from '@laam/log'
Now use it
log.success('Hello World')
log.danger('Hello Sun')