mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
|
import Typography from 'typography';
|
||
|
import githubTheme from 'typography-theme-github';
|
||
|
|
||
|
const typography = new Typography(githubTheme);
|
||
|
|
||
|
export default typography;
|