@croutonn/og-image-element

0.2.4 • Public • Published

<og-image-element>

To be used with Open Graph Generator Image Action

Screenshot

This webcomponent follows the open-wc recommendation.

Installation

npm i og-image-element

Usage

<script type="module">
  import 'og-image-element/og-image-element.js';
</script>

<og-image-element>
  <div slot="title">Title of the Post</div>
  <img slot="image" src="url to image" />
</og-image-element>

You can customise styling with CSS variables:

og-image-element {
  --heading-font: 'Aleo', serif;
  --background: #ffffff;
  --font-color: #000000;
  --font-size: 100%;
}

Testing using karma (if applied by author)

npm run test

Demoing using storybook (if applied by author)

npm run storybook

Linting

npm run lint

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.40latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.40
0.2.30

Package Sidebar

Install

npm i @croutonn/og-image-element

Weekly Downloads

0

Version

0.2.4

License

MIT

Unpacked Size

783 kB

Total Files

20

Last publish

Collaborators

  • croutonn