article-json-to-fbia
Render article json in Facebook Instant Article Format
Usage
npm install article-json-to-fbia
const convertToFbia = ;const articleJson = type: 'paragraph' children: type: 'text' content: 'This is the text and ' type: 'text' bold: true content: 'some bold text ' type: 'text' href: 'http://example.com' content: 'some link' type: 'embed' embedType: 'image' src: 'http://example/image.jpg' width: 300 height: 150 ; console;
Body format
https://github.com/micnews/html-to-article-json#format
License
MIT