@i2d/nuxt-pdf-frame
Version:
nuxt-pdf-frame is a nuxt module for rendering PDF and Canvas graphics on web, using its declarative HTML syntax and semantics to outline graphical content. It leverages the I2Djs and PDFKit framework for graphics and pdf features.
82 lines (81 loc) • 2.5 kB
JSON
{
"name": "@i2d/nuxt-pdf-frame",
"private": false,
"version": "0.6.1",
"description": "nuxt-pdf-frame is a nuxt module for rendering PDF and Canvas graphics on web, using its declarative HTML syntax and semantics to outline graphical content. It leverages the I2Djs and PDFKit framework for graphics and pdf features.",
"repository": {
"type": "git",
"url": "git+https://github.com/I2Djs/pdf-frame.git"
},
"homepage": "https://github.com/I2Djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
"author": "Narayana Swamy",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build prepare && nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && npm publish && git push --follow-tags",
"lint": "eslint . --fix",
"test": "vitest run",
"test:watch": "vitest watch",
"postversion": "git tag nuxt-$(node -p -e \"require('./package.json').version\") && git push origin nuxt-$(node -p -e \"require('./package.json').version\") && git tag -d v$(node -p -e \"require('./package.json').version\") && git push origin :refs/tags/v$(node -p -e \"require('./package.json').version\")"
},
"dependencies": {
"@nuxt/kit": "^3.11.1",
"@i2d/pdf-frame-vue": "^2.4.x"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.7.2",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.14.4",
"@types/node": "^20.11.29",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"nuxt": "^3.14.x",
"vitest": "^1.4.0"
},
"keywords": [
"PDF",
"PDF-frame",
"PDF Frame",
"Canvas",
"Vuejs",
"nuxtjs",
"Data Visualization",
"Javascript",
"Visualization",
"2D Graphics",
"Graphics",
"Animation",
"Bitmap",
"pixel",
"Rendering",
"I2djs"
],
"compatibility": {
"nuxt": "^3.0.0"
},
"contributors": [
{
"name": "Narayana Swamy",
"email": "narayanaswamy14@gmail.com",
"github": "nswamy14"
}
]
}