0.1.1 • Published 8 years ago
hexo-caniuse v0.1.1
hexo-caniuse

Install
Install using npm.
$ npm install hexo-caniuse --saveInstall using yarn.
$ yarn add hexo-caniuseUsage
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:
| Field | Value |
|---|---|
| data-feature | Choose caniuse Feature feature |
| data-periods | Select the Browser Versions to Display |
License
MIT