$ yarn add kinako
$ cd example
$ yarn
$ yarn dev
// ...
import { Page, Presentation } from 'kinako'
const App = () => (
<Presentation backgroundColor={'#111'} controllerColor={'#fff'} aspect={{width: 16, height: 9}}>
<Page isCentering={true}>
<h1 style={{color: '#fff'}}>Hello.</h1>
</Page>
<Page isCentering={true}>
<h1 style={{color: '#fff'}}>Fin.</h1>
</Page>
</Presentation>
)
// ...
https://ghostrick.github.io/kinako
When you open the in-browser print dialog, dedicated CSS is applied.
Use the GitHub Issues.
MIT