0.0.0 • Published 11 years ago

duxca.wmiframeworker.js v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

WMIframeWorker.js Build Status

npm

webworker and iframeworker overwrap.

Document

How to use

Browser

<script src="lib/WMIframeWorker.js"></script>
<script>
console.log( WMIframeWorker() );
</script>

WebWorkers

importScripts("lib/WMIframeWorker.js");

console.log( WMIframeWorker() );

Node.js

var WMIframeWorker = require("lib/WMIframeWorker.js");

console.log( WMIframeWorker() );