@lyo/wwwbasic
v1.0.0
Published
Browser-compatible version of wwwbasic
Downloads
6
Readme
@lyo/wwwbasic
A browser-compatible version of wwwbasic built automatically with Lyo.
Usage
In a browser
<script src="https://cdn.jsdelivr.net/npm/@lyo/wwwbasic"></script>
<script>
wwwbasic.Basic(foo);
</script>
In Node.js
# Install
npm i @lyo/wwwbasic
const wwwbasic = require('@lyo/wwwbasic')
wwwbasic.Basic(foo);
Disclaimer
This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.
Use at your own risk