UNPKG

html2amp

Version:

Simple converter from HTML into AMP(Accelerated Mobile Pages)

7 lines (5 loc) 84 B
const amp = ($) => { $('html').attr('amp', '') return $ } module.exports = amp