4.0.1 • Published 3 years ago

fullscream v4.0.1

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

about

Just another Fullscreen API wrapper.

setup

Download from the npm registry:

# Add to package.json
npm install fullscream

Source from an import map to use with Deno or in-browser directly:

{
  "imports": {
    "fullscream": "https://cdn.jsdelivr.net/npm/fullscream@latest/main.js"
  }
}

usage

Expect a toggle style function by default when importing with state, enter, and leave methods attached.

import fullscream from "fullscream"

document.addEventListener("click", () => {
  // Acts on document body by default
  fullscream()
})
4.0.1

3 years ago

3.0.0

4 years ago

4.0.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

7 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago

0.0.4

8 years ago

0.0.3

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago