UNPKG

yzhannotify

Version:

Only 0.78kB 用原生 JavaScript 在视窗或元素指定位置发通知和提示。Element and Global Notifications / Toasts with Pure / Vanilla / Native JavaScript.

50 lines 1.19 kB
{ "name": "yzhannotify", "version": "0.0.3", "type": "module", "description": "Only 0.78kB 用原生 JavaScript 在视窗或元素指定位置发通知和提示。Element and Global Notifications / Toasts with Pure / Vanilla / Native JavaScript.", "files": [ "docs" ], "main": "./docs/yzhannotify.umd.cjs", "module": "./docs/yzhannotify.js", "exports": { ".": { "import": "./docs/yzhannotify.js", "require": "./docs/yzhannotify.umd.cjs" }, "./css": { "import": "./docs/yzhannotify.css", "require": "./docs/yzhannotify.css" } }, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "devDependencies": { "vite": "^3.0.0" }, "repository": { "type": "git", "url": "git+git@github.com:mantoufan/yzhanNotify.git" }, "keywords": [ "Notify", "Notifications", "Toasts", "通知", "提示", "Pure", "Native", "Vanilla", "原生" ], "author": "吴小宇 Shon Wu", "license": "MIT", "bugs": { "url": "https://github.com/mantoufan/yzhanNotify/issues" }, "homepage": "https://github.com/mantoufan/yzhanNotify#readme" }