kinako
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

npm version weekly downloads from npm

Installation

$ yarn add kinako

Example

$ cd example
$ yarn
$ yarn dev

Basic Usage

// ...
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>
)

// ...

Documentation

https://ghostrick.github.io/kinako

PDF Export

When you open the in-browser print dialog, dedicated CSS is applied.

Bugs

Use the GitHub Issues.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i kinako

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

20.3 kB

Total Files

31

Last publish

Collaborators

  • ghostrick