Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (19 loc) · 269 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 269 Bytes

mylibrary

Description

Installation

NPM

npm install mylibrary
const mylibrary = require("mylibrary");

CDN

<script src="https://unpkg.com/browse/mylibrary/dist/mylibrary.umd.js"></script>

How To Use