{"_id":"@embedpdf/fonts-kr","name":"@embedpdf/fonts-kr","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@embedpdf/fonts-kr","version":"1.0.0","private":false,"description":"Korean (Hangeul) fallback fonts for EmbedPDF - Noto Sans KR (7 weights)","type":"module","main":"./dist/index.cjs","module":"./dist/index.js","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"keywords":["fonts","noto","korean","pdf","embedpdf","cjk"],"repository":{"type":"git","url":"git+https://github.com/embedpdf/embed-pdf-viewer.git","directory":"packages/fonts/kr"},"homepage":"https://www.embedpdf.com/docs","bugs":{"url":"https://github.com/embedpdf/embed-pdf-viewer/issues"},"author":{"name":"Bob Singor"},"license":"OFL-1.1","devDependencies":{"typescript":"^5.0.0","@embedpdf/build":"1.1.0","@embedpdf/models":"2.1.0"},"publishConfig":{"access":"public"},"scripts":{"build":"vite build","clean":"rimraf dist"},"_id":"@embedpdf/fonts-kr@1.0.0","_integrity":"sha512-bh88HXSvOBS581kgmihWY7Ijp9hBsvlmXogFG5LSNx9UBAobRcakZiFMGieRBc06hUSkpo7WhjaFM/z/SfQ8dQ==","_resolved":"/tmp/094d9d0a68c052cb58d8955e49aa31d6/embedpdf-fonts-kr-1.0.0.tgz","_from":"file:embedpdf-fonts-kr-1.0.0.tgz","_nodeVersion":"20.19.6","_npmVersion":"10.8.2","dist":{"integrity":"sha512-bh88HXSvOBS581kgmihWY7Ijp9hBsvlmXogFG5LSNx9UBAobRcakZiFMGieRBc06hUSkpo7WhjaFM/z/SfQ8dQ==","shasum":"4652ae3b26a83c3c7e499f0b7b60375fb9bb1d46","tarball":"https://registry.npmjs.org/@embedpdf/fonts-kr/-/fonts-kr-1.0.0.tgz","fileCount":15,"unpackedSize":32065539,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDKQ0L2uZpMkfWgGUZ/rI3FmhdxWz8/0QkEPUfXHhLV6AiAhRypcwplAE5x4tqB7NKuvV9ReBu/vuN4+Pa+XjD+x7A=="}]},"_npmUser":{"name":"bobsingor","email":"bob.singor@openbook.io"},"directories":{},"maintainers":[{"name":"bobsingor","email":"bob.singor@openbook.io"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/fonts-kr_1.0.0_1766935975381_0.45024791975491496"},"_hasShrinkwrap":false}},"time":{"created":"2025-12-28T15:32:55.276Z","1.0.0":"2025-12-28T15:32:56.153Z","modified":"2025-12-28T15:32:56.482Z"},"maintainers":[{"name":"bobsingor","email":"bob.singor@openbook.io"}],"description":"Korean (Hangeul) fallback fonts for EmbedPDF - Noto Sans KR (7 weights)","homepage":"https://www.embedpdf.com/docs","keywords":["fonts","noto","korean","pdf","embedpdf","cjk"],"repository":{"type":"git","url":"git+https://github.com/embedpdf/embed-pdf-viewer.git","directory":"packages/fonts/kr"},"author":{"name":"Bob Singor"},"bugs":{"url":"https://github.com/embedpdf/embed-pdf-viewer/issues"},"license":"OFL-1.1","readme":"# @embedpdf/fonts-kr\n\nKorean (Hangeul) fallback fonts for EmbedPDF.\n\n## Included Fonts\n\nAll 7 weights of Noto Sans KR:\n\n- `NotoSansKR-Thin.otf` - Thin weight (100)\n- `NotoSansKR-Light.otf` - Light weight (300)\n- `NotoSansKR-DemiLight.otf` - DemiLight weight (350)\n- `NotoSansKR-Regular.otf` - Regular weight (400)\n- `NotoSansKR-Medium.otf` - Medium weight (500)\n- `NotoSansKR-Bold.otf` - Bold weight (700)\n- `NotoSansKR-Black.otf` - Black weight (900)\n\n## Usage\n\n```typescript\nimport { FontCharset } from '@embedpdf/models';\n\nconst fontFallback = {\n  fonts: {\n    [FontCharset.HANGEUL]: [\n      { url: 'NotoSansKR-Thin.otf', weight: 100 },\n      { url: 'NotoSansKR-Light.otf', weight: 300 },\n      { url: 'NotoSansKR-DemiLight.otf', weight: 350 },\n      { url: 'NotoSansKR-Regular.otf', weight: 400 },\n      { url: 'NotoSansKR-Medium.otf', weight: 500 },\n      { url: 'NotoSansKR-Bold.otf', weight: 700 },\n      { url: 'NotoSansKR-Black.otf', weight: 900 },\n    ],\n  },\n  baseUrl: 'https://cdn.jsdelivr.net/npm/@embedpdf/fonts-kr@1/fonts',\n};\n```\n\nOr use the pre-configured CDN config:\n\n```typescript\nimport { cdnFontConfig } from '@embedpdf/engines/pdfium';\n\nconst native = new PdfiumNative(pdfiumModule, {\n  fontFallback: cdnFontConfig,\n});\n```\n\n## License\n\nThese fonts are licensed under the [SIL Open Font License 1.1](https://scripts.sil.org/OFL).\n\nNoto Sans KR is a trademark of Google LLC.\n","readmeFilename":"README.md","_rev":"1-82826111188df60d69b86f6690880ce8"}