Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

xp-notification

pillarboy10ISC1.0.2

`js var notify = require('xp-notification') notify( title: '这里是通知title', { dir: "auto", // 文字方向 body: "通知内容写这里", // 通知主体 requireInteraction: false, // 不自动关闭通知 icon: "https://x-predi

readme

x-predict浏览器提示插件

    var notify = require('xp-notification')
    notify(
        title: '这里是通知title',
        {
            dir: "auto", // 文字方向
            body: "通知内容写这里", // 通知主体
            requireInteraction: false, // 不自动关闭通知
            icon: "https://x-predict.com/favicon.ico", // 通知图标 
        }
    )