Commit Graph

7 Commits

Author SHA1 Message Date
Kyohei Fukuda
16bec8babb [codex] Add inline markdown text format (#1461)
* feat(schemas): add inline markdown text format

* fix(common): handle missing git tags in version script

* fix(converter): align pdfjs document options with latest types

* test(generator): update pdfjs image snapshots

* test(playground): register inline markdown example

* refactor(schemas): avoid default font i18n key

* refactor(schemas): move markdown controls to prop panel end

* refactor(schemas): use checkbox for inline markdown toggle

* fix(schemas): localize multi variable text prop labels

* refactor(schemas): align inline markdown fallback control

* fix(schemas): address inline markdown review feedback

* refactor(schemas): address inline markdown review refinements

* fix(schemas): correct synthetic italic pdf skew

* test(playground): add bold italic inline markdown sample
2026-05-02 16:34:43 +09:00
hand-dot
cc27790770 Convert CJS helpers to JS 2026-03-24 16:00:44 +09:00
hand-dot
0d0f89f12b Prepare ESM migration groundwork 2026-03-20 14:49:50 +09:00
Kyohei Fukuda
afbfa87674 [WIP] Add pdf2img integration for converting PDF to images in e2e tests (#774)
* Add pdf2img integration for converting PDF to images in e2e tests

* Refactor PDF generation tests to convert PDFs to images and validate against snapshots

* Refactor package.json files to remove "type": "module" and update import statements to CommonJS format

* Fix e2e test

* Add new image snapshots for e2e tests and remove obsolete snapshot
2025-03-01 16:24:01 +09:00
Kyohei Fukuda
b0d980c433 Modification to make the library ESM-based. (#770)
* Remove fast-xml-parser dependency and update vite-tsconfig-paths to 5.1.4

* tmp

* Refactor test files and scripts to use ES modules; remove obsolete files

* Enhance tests with new PDF utilities and update Jest configuration for ESM support
2025-03-01 02:23:24 +09:00
Kyohei Fukuda
c1b006ddbd Add img2pdf to converter package (#725)
* init

* fix: rename img2pdf function to imgs2pdf for clarity

* feat: rename imgs2pdf to img2pdf and simplify API

Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com>

* chore: update package-lock.json

Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com>

* docs: improve converter documentation

Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com>

* docs: improve converter documentation following manipulator style

Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com>

* feat: export img2pdf from index.browser.ts

* fix: improve img2pdf function to return correct PDF buffer

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-02-20 12:25:50 +09:00
Kyohei Fukuda
a2be964653 feat: implement version management script and update constants 2025-01-25 11:41:26 +09:00