simple-article-takeover
v0.1.4
Published
Take over PL (Presentation Later) articles full-width with a single `div`.
Readme
simPLe-article-takeover
Take over PL (Presentation Later) articles full-width with a single div.
eg.
Usage
In console:
$ npm install simple-article-takeoverIn 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" })