UNPKG

@i2d/pdf-frame-vue

Version:

PDF-Frame-vue is a vue 3 component for rendering PDF/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.

58 lines (57 loc) 1.84 kB
{ "name": "@i2d/pdf-frame-vue", "private": false, "version": "2.4.0", "description": "PDF-Frame-vue is a vue 3 component for rendering PDF/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.", "type": "module", "main": "dist/pdf-frame.cjs", "module": "dist/pdf-frame.js", "author": "Narayana Swamy", "license": "MIT License", "homepage": "https://github.com/I2Djs/pdf-frame/tree/main/packages/pdf-frame-vue", "files": [ "dist" ], "scripts": { "dev": "vite --force", "build": "vite build && rimraf dist/fonts", "clean": "npx nuxi cleanup", "preview": "vite preview", "release": "npm run lint && npm run build && npm publish --access=public && git push --follow-tags", "lint": "eslint --ext .js .", "postversion": "git tag vue-$(node -p -e \"require('./package.json').version\") && git push origin vue-$(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": { "i2djs": "^5.4.0", "vue": "^3.4.21" }, "devDependencies": { "@vitejs/plugin-vue": "^4.5.2", "eslint": "^8.44.0", "eslint-plugin-vue": "^9.15.1", "rimraf": "^5.0.5", "vite": "^5.0.8", "vite-plugin-node-polyfills": "^0.21.0" }, "repository": { "type": "git", "url": "git+https://github.com/I2Djs/pdf-frame.git" }, "keywords": [ "PDF", "PDF-frame", "PDF Frame", "Canvas", "Vuejs", "Data Visualization", "Javascript", "Visualization", "2D Graphics", "Graphics", "Animation", "Bitmap", "pixel", "Rendering", "I2djs" ] }