Skip to content

SergoMorello/html.viewport

Repository files navigation

HTML.Viewport

Dynamically creating or changing the content DOM viewport

install

npm i html-viewport

Examples

const viewport = new HTMLViewport;

//Add a new property
viewport.add('width', 'device-width');

//Check if the property exists
viewport.has('width');

//Delete an existing property
viewport.remove('width');

About

Dynamically creating or changing the content DOM viewport

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published