smalltalk icon indicating copy to clipboard operation
smalltalk copied to clipboard

No docs or example about electron version

Open raluvy95 opened this issue 5 years ago • 3 comments

Since electron doesn't support alert, prompt and confirm. I found this package for replacement native functions, but there's no example with electron. If possible, can you add electron version in example?

raluvy95 avatar Jun 11 '20 16:06 raluvy95

That's a good idea for a PR :), anyways you can get minified UMD versions ready to use on release page.

coderaiser avatar Jun 12 '20 12:06 coderaiser

Where's UMD version? I don't see in release page...

By the way, there's something went wrong in README.md I tried to import smalltalk module and I'm getting an error image Also smalltalk/native says that it doesn't found image

raluvy95 avatar Jun 12 '20 17:06 raluvy95

Look, you should configure webpack to make things work, if you want the simpler usage try to require smalltalk.min.js, I don’t publish it to npm, because for web projects it is bundled using webpack mostly :), and size is significantly less

coderaiser avatar Jun 12 '20 22:06 coderaiser