超炫丽. JS1k, 1k demo submission [removed] var b = document.body; var c = document.getElementsByTagName('canvas')[0]; var a = c.getContext('2d'); document.body.clientWidth; / [removed] [removed] // start of submission // with(m=Math)C=cos,S=sin,
微小的时间 :alarm_clock:
<800b中的简单日期和时间格式化程序。
API
tinytime导出单个函数,该函数返回模板对象。 该对象具有单个方法render ,该方法采用Date并返回包含渲染数据的字符串。
import tinytime from 'tinytime' ;
const template = tinytime ( 'The time is {h}:{mm}:{ss}{a}.' ) ;
template . render ( new Date ( )