Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Ryan778
Edit Copy
Star
GitHub Repository:
Ryan778/Ryan778.github.io
Path:
blob/master/badui/phone/worker.js
5
7
8
views
1
importScripts
(
'ocrad.js'
)
2
onmessage
=
function
(
e
)
{
3
postMessage
(
OCRAD
(
e
.
data
)
)
4
}
5
6