WME Bootstrap

Bootstrap library for custom Waze Map Editor scripts

目前為 2022-08-25 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greasyfork.org/scripts/450160/1085486/WME%20Bootstrap.js

作者
Anton Shevchuk
版本
0.0.1
建立日期
2022-08-25
更新日期
2022-08-25
授權條款
MIT

WME Bootstrap

Bootstrap library for custom WME scripts

Require Script

// @require https://greasyfork.org/scripts/450160-wme-bootstrap/code/WME-Bootstrap.js

Usage

(function () {
  'use strict';

  $(document)
      .on('bootstrap.wme', function () {
        console.info('ready');
      })
})();

Links

Author homepage: http://anton.shevchuk.name/
Script homepage: https://github.com/AntonShevchuk/wme-bootstrap
GreasyFork: https://greasyfork.org/scripts/450160-wme-bootstrap/code/WME-Bootstrap.js