Skip to content

LarryZhu-dev/autolog.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autolog

autolog.js

一个轻量化小弹窗,无需任何依赖,一行代码即可弹出,并自动管理状态。

安装

npm i autolog.js

使用

import aotolog from "autolog.js";

autolog.log("Hello World", "success", 2500);
// 其中 "success" 和 2500 都是可选项