Note: you have to maintain logs manually with this module.
Prototype https://youtu.be/wjLxXS0CV4k
I intented to replace webpack-hud with it but it turned out to be not as useful as webpack-hud since messages from Webpack is quite messy.
npm i --save-dev bottom-tipimport render from "bottom-tip";
render("warn", "some warning message");
setTimeout(function() {
render("inactive", null);
}, 2000);Types:
inactiveokok~(show and then hide)warnerror
Try this project:
yarn vite
# open http://localhost:3000MIT