enhancer
v0.0.0
Published
Modern progressive enhancement
Downloads
5
Readme
Installation
Browser
A simple and fast way to get started is to include this script on your page:
<script src="https://unpkg.com/enhancer"></script>
This will create the global variable enhancer
.
Module
npm install enhancer
CommonJS
const enhancer = require("enhancer");
ES2015
import enhancer from "enhancer";