* feat: Add invoice-ja-simple Template
* feat: add Japanese font options for template thumbnails
Add NotoSerifJP and NotoSansJP fonts to support Japanese text in template thumbnails.
---------
Co-authored-by: Kyohei Fukuda
* 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
* 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
* fix: update .gitignore to include thumbnail.png and modify dev script to generate template assets
* feat: add author information to templates and update issue templates
* TMP
* TMP
* feat: update feedback template link to include template name in title
* TMP
* TMP
* TMP
* Update README.md to provide library description and documentation link
* TMP
* TMP
* TMP
* TMP
* Update package dependencies by adding @pdfme/converter and removing pdfjs-dist
* Remove pdfjs-dist mock and update tests to reflect changes in dependencies
* minor fix and add document for website
* Add documentation for manipulator and optimizer, and organize converter in sidebar
* Refactor package dependencies by removing @pdfme/converter from peerDependencies and reinstating optionalDependencies for canvas in converter package