Skip to content
uupaa edited this page Aug 4, 2015 · 43 revisions

Modules written in WebModule format will work in a variety of environments, There is also a Browser and io.js dedicated module.

WebModule フォーマットで書かれたモジュールは様々な環境で動作しますが、 Browser や io.js 専用のモジュールも存在します。

  • Supports
    • B: Browser
    • W: WebWorkers
    • I: io.js (Node.js)
    • N: nw.js (node-webkit)
GitHub name
npm name
Supports Function
Base64.js
uupaa.base64.js
BWIN Base64
ChromeTrigger.js
uupaa.chrometrigger.js
B___ WebIntent. URL reopen in Chrome for Android
Clock.js
uupaa.clock.js
BWIN Master/Base Clock, Virtual timer
Color.js
uupaa.color.js
BWIN Color functions. RGBA, HSLA, HSVA
Doubler.js
uupaa.doubler.js
BWIN UTF16 and SQLite Safe packer
Easing.js
uupaa.easing.js
BWIN Easing functions
ES.js
uupaa.es.js
BWIN ES5, ES6, ES7 polyfill, fallback and shims
EventHandler.js
uupaa.eventhandler.js
BWIN Geniric Event Handler
GamePad.js
uupaa.gamepad.js
B__N Gamepad API wrapper
Hash.js
uupaa.hash.js
BWIN MD5, SHA1, HMAC, Adler32, xxHash, Murmur, CRC32
MessagePack.js
uupaa.messagepack.js
BWIN MessagePack
PageVisibilityEvent.js
uupaa.pagevisibilityevent.js
B__N Page Visibility Event
Perf.js
uupaa.perf.js
B__N Performance monitor
PNG.js
uupaa.png.js
BWIN PNG/APNG decode
Random.js
uupaa.random.js
BWIN Random with seed. possible to reproduce
ResourceDownloader.js
uupaa.resourcedownloader.js
BW_N Parallel Resource downloader
Spec.js
uupaa.spec.js
BWIN Browser Detection, Mobile Device Spec
Sort.js
uupaa.sort.js
BWIN Sort functions
Task.js
uupaa.task.js
BWIN Sync/Async/Sirial/Pallalel task, Junction
TextureAtlas.js
uupaa.textureatlas.js
B__N Create texture atlas
Thread.js
uupaa.thread.js
BW_N Thread, ThreadPool, WebWorker, MessageChannel
TypedArray.js
uupaa.typedarray.js
BWIN TypedArray and Endian utility
URI.js
uupaa.uri.js
BWIN URL parse and build
UTF8.js
uupaa.utf8.js
BWIN UTF16/UTF8
WebIntent.js
uupaa.webintent.js
B___ WebIntent, Redirect to Chrome or Android App
ZLib.js
uupaa.zlib.js
BWIN ZLib

find other WebModules

$ npm search webmodule

Clone this wiki locally