feat(new tool): Pdf Unlocker

Pdf Unlocker using QPDF-Wasm (modularized)
Fix #696
This commit is contained in:
sharevb 2024-03-10 14:27:15 +01:00
parent f812703083
commit 450b994fae
11 changed files with 1336 additions and 848 deletions

View file

@ -4,7 +4,9 @@
module.exports = {
root: true,
extends: ['@antfu', './.eslintrc-auto-import.json', '@unocss'],
ignorePatterns: ['src/libs/*'],
rules: {
'curly': ['error', 'all'],
'@typescript-eslint/semi': ['error', 'always'],