0.0.14 • Published 12 months ago

@frankdiw/poster v0.0.14

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

poster

poster是基于 jsx 搭建,使用 node-canvas 绘制的海报生成库

使用方式

通过 jsx 进行编辑,采用行内样式进行布局,支持 flex 布局。可以给 jsx 传入 props.

样式支持情况

海报服务接口使用方式

import poster from '@frankdiw/poster';
export async function POST(request: NextRequest) {
  const data = await request.json();
  const base64 = await poster({ ...data, returnType: 'base64' });
  return Response.json({
    url: base64
  });
}
0.0.14

12 months ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago