0.1.4 • Published 7 years ago

hexo-caniuse v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hexo-caniuse NPM version Dependency Status

Hexo tag to embed code snippet from caniuse

Install

Install using npm.

$ npm install hexo-caniuse --save

Install using yarn.

$ yarn add hexo-caniuse

Usage

Create The CanIUse Embed with following syntax:

  {% caniuse feature periods|current %}

How to get arguments from caniuse embed

This is something generated by caniuse:

<p class="ciu_embed" data-feature="css-variables" data-periods="current">
  <a href="http://caniuse.com/#feat=css-variables">Can I Use css-variables?</a> Data on support for the css-variables feature across the major browsers from caniuse.com.
</p>
<script async src="//cdn.jsdelivr.net/caniuse-embed/1.1.0/caniuse-embed.min.js"></script>

You can extract required arguments:

FieldValue
data-featureChoose caniuse Feature feature
data-periodsSelect the Browser Versions to Display

License

MIT

NPM downloads

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago