1.0.7 • Published 3 years ago

reload-on-breakpoint v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Reload on Breakpoint

A simple script that reloads when your site is passing a defined breakpoint.

Installation

Install via NPM:

npm install reload-on-breakpoint

Usage

javascript

import ReloadOnBreakpoint from "reload-on-breakpoint";

const bg = new ReloadOnBreakpoint([768, 992, 1200, ...]);

bg.mount();

License

This project is licensed under the terms of the MIT license.

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago