Anthony

Results 3 comments of Anthony

Is there currently a way of adding text alignment properties to the insertText() method? It doesn't look like from the docs. A nice implementation with using the already present type...

> Aye, lots of people are requesting this, we are looking into it for the next version! To add to this request, it would be great to have the ability...

### This is my approach: - `bun add mupdf` - vite.config.ts ```typescript import { sveltekit } from "@sveltejs/kit/vite"; import { defineConfig } from "vite"; import tailwindcss from "@tailwindcss/vite"; export default...