0.5.0 • Published 10 months ago

getkit v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

GETKit

NPM version

Site | Docs |

Use Cases

In a browser:

<script src="structkit-full.iife.js"></script>
<script src="getkit-full.js"></script>

Download

Using npm:

$ npm i getkit

Requirement

You need to install this in your machine to compile in your machine

npm install grasseum -g

Example

In a browser

gtk.Get('https://example.com/example.js')

keep in mind gtk is used as global library at html

CJS, ESM and TS use this code below

Get('https://example.com/example.js')
0.5.0

10 months ago