wx-artical-tpl
v1.0.6
Published
wx articals template
Downloads
2
Readme
wx-artical-tpl
wx articals template
Usage
const buildHTML = require('wx-artical-tpl');
async function getFullHTML() {
const fullHTML = await buildHTML({title: 'html title', content: 'html content get from api'});
return fullHTML;
}