@huiquan.d/gatsby-transformer-xml
v0.0.1
Published
gatsby,plugins,xml,transformer
Downloads
11
Maintainers
Readme
gatsby-transformer-xml
Project Url: https://github.com/denghuiquan/gatsby-transformer-xml
Source plugin for Gatsby to transformer xml content from the gatsby-source-filesystem to javascript object. And save then to the graphql data level.
A gatsby-config.js example:
module.exports = {
plugins: ['gatsby-transformer-xml']
}
