webpage

Webpage Boilerplate Component

Usage no npm install needed!

<script type="module">
  import webpage from 'https://cdn.skypack.dev/webpage';
</script>

README

webpage

Webpage Boilerplate Component

var webpage = require('webpage');
var body    = webpage({
  // OPTIONAL
  // ... and more in the future (e.g. icon, og, ...)
  title       : 'Foobar',
  description : 'foo bar baz',
  keywords    : 'foo, bar, baz',
  author      : 'quux baz',
  website     : 'http://foo.bar.baz'
});