Skip to main content
Module

x/embed_pdf/deno.json

WebComponent for embedding PDF files in web pages using pdf.js
Go to Latest
File
{ "tasks": { "download": "deno run --allow-net=github.com,objects.githubusercontent.com --allow-read=./vendor/ --allow-write=./vendor/ ./_tools/download.ts", "test:lint": "deno lint", "test:fmt": "deno fmt --check", "check": "deno check ./mod.js" }, "lint": { "files": { "exclude": ["./vendor"] } }, "fmt": { "files": { "exclude": ["./vendor"] } }, "lock": false}