0.1.4 • Published 3 years ago

simple-article-takeover v0.1.4

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

simPLe-article-takeover

Take over PL (Presentation Later) articles full-width with a single div.

eg.

Usage

In console:

$ npm install simple-article-takeover

In JS:

import takeover from "simple-article-takeover"

// In an async function
await takeover()
// ... other stuff happens

// Can set a custom class on the div
or await takeover({ addClass: "article-container" })