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