0.2.12 • Published 3 months ago

modern-idoc v0.2.12

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Usage

import type { IDOCDocument } from 'modern-idoc'

const pdf: IDOCDocument = {
  children: [
    {
      style: {
        width: 300,
        height: 600,
      },
      children: [
        {
          style: {
            rotate: 60,
            width: 50,
            height: 50,
          },
          image: '/example.png',
        },
        {
          style: {
            rotate: 40,
            left: 100,
            top: 100,
            fontSize: 20,
            color: '#FF00FF',
          },
          text: 'test',
        },
        {
          style: {
            left: 200,
            top: 100,
            width: 100,
            height: 200,
            fontSize: 22,
          },
          text: [
            {
              letterSpacing: 3,
              fragments: [
                {
                  content: 'He',
                  color: '#00FF00',
                  fontSize: 12,
                },
                {
                  content: 'llo',
                  color: '#000000',
                },
              ],
            },
            {
              content: ', ',
              color: '#FF0000',
            },
            {
              content: 'World!',
              color: '#0000FF',
            },
          ],
        },
      ],
    },
  ],
}
0.2.12

3 months ago

0.2.11

3 months ago

0.2.10

3 months ago

0.2.8

4 months ago

0.2.7

4 months ago

0.2.5

4 months ago

0.2.4

4 months ago

0.2.3

4 months ago

0.2.2

4 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago