UNPKG

html2amp

Version:

Simple converter from HTML into AMP(Accelerated Mobile Pages)

7 lines (6 loc) 140 B
const charset = ($) => { $('meta[charset]').remove() $('head').append('<meta charset="utf-8" />') return $ } module.exports = charset