Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

autospeaker

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autospeaker

<!-- let fbSpeaker = new FBSpeaker({ isKeyWord: true, siteList: ['启动', '电网'] }); fbSpeaker.init();

  • 1.0.7
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source
 <!-- let fbSpeaker = new FBSpeaker({
        isKeyWord: true,
        siteList: ['启动', '电网']
    });
    fbSpeaker.init();

    fbSpeaker.addCommands([{
        indexes: ["打开电网"],
        action: function (i) {
            // i = index of the recognized option
            console.log(i);
            alert('触发');
        }
    }]);
   
    fbSpeaker.addCommands([{
        indexes: ["打开新建监控"],
        action: function (i) {
            // i = index of the recognized option
            console.log(i);
            alert('触发');
        }
    }]);
    fbSpeaker.addCommands([{
        indexes: ["开始"],
        action: function (i) {
            // i = index of the recognized option
            console.log(i);
            alert('触发2');
        }
    }]);
    fbSpeaker.addCommands([{
        indexes: [ "你好"],
        action: function (i) {
            // i = index of the recognized option
            console.log(i);
            alert('触发3');
        }
    }]);



    function aa() {
        fbSpeaker.start();
    }

    function end() {
        fbSpeaker.stop()
    } -->

FAQs

Package last updated on 17 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc