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