1.0.2 • Published 1 year ago

colorful-consoles v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Add colors to the outputs in your console.

Code example:

import { useEffect } from "react";
import { Log } from "colorful-consoles";

function Home() {
 useEffect(() => {
  window.scrollTo({ top: 0, behaviour: "smooth" });
  Log.success("Successful!")
  Log.info("This is great!")
 }, []);
 return (
  <div>Home</div>
 );
}

export default Home;
1.0.2

1 year ago

1.0.0

1 year ago