@citation-js/plugin-yaml
Version:
Citation.js plugin for YAML files
22 lines (13 loc) • 399 B
Markdown
This plugin adds support for YAML files. This is done with the [`yamljs` package](https://www.npmjs.com/package/yamljs).
## Install
### npm
```js
npm install @citation-js/plugin-yaml
```
### Browser
Make a build with `@citation-js/plugin-yaml` on the [build tool](https://juniper-coat.glitch.me)!
## Use
Register the plugin by `require`-ing it:
```js
require('@citation-js/plugin-yaml')
```