html2canvas/www/src/utils/typography.js

7 lines
165 B
JavaScript
Raw Normal View History

2017-12-09 12:47:25 +03:00
import Typography from 'typography';
import githubTheme from 'typography-theme-github';
const typography = new Typography(githubTheme);
export default typography;