Coder Social home page Coder Social logo

tzuyi0817 / pdf-signature Goto Github PK

View Code? Open in Web Editor NEW
9.0 4.0 6.0 16.74 MB

This is an online instant PDF signature website.

Home Page: https://pdf-signature-puce.vercel.app

HTML 2.23% JavaScript 3.55% Vue 66.07% TypeScript 23.47% CSS 4.54% Shell 0.15%
tyepscript vue3 pdf-signature i18n pwa

pdf-signature's Introduction

PDF Signature

Description

This is an online instant PDF signature website.
The signed pdf file will be stored in the indexedDB on the local side.

image

Development

Clone this repository and install dependencies by running pnpm(Node.js version is v20.9.0), then:

  • pnpm dev: Run in development mode
  • pnpm build: Build in production mode
  • pnpm preview: Run preview

Project Files

src/
├── assets/
│   ├── font/*
│   ├── icon/*
│   ├── img/*
│   └── logo/*
├── components/
│   ├── complete/
│   │   └── CompleteContent.vue
│   ├── index/
│   │   ├── IndexArchives.vue
│   │   ├── IndexContent.vue
│   │   ├── IndexFiles.vue
│   │   ├── IndexMenu.vue
│   │   └── IndexTrash.vue
│   ├── signature/
│   │   ├── SignatureCanvasItem.vue
│   │   ├── SignatureContent.vue
│   │   ├── SignatureDrawPopup.vue
│   │   ├── SignatureImage.vue
│   │   ├── SignatureLiteral.vue
│   │   ├── SignatureLoading.vue
│   │   ├── SignatureMagnifier.vue
│   │   ├── SignatureMask.vue
│   │   ├── SignatureMergePopup.vue
│   │   ├── SignaturePage.vue
│   │   ├── SignaturePageItem.vue
│   │   ├── SignaturePopup.vue
│   │   ├── SignatureSign.vue
│   │   └── SignatureToolbar.vue
│   ├── upload/
│   │   └── UploadContent.vue
│   ├── SignFile.vue
│   ├── SignFiles.vue
│   ├── SignFooter.vue
│   ├── SignHeader.vue
│   ├── SignIcon.vue
│   ├── SignLoading.vue
│   ├── SignPopup.vue
│   ├── SignStep.vue
│   ├── SignStepBtn.vue
│   └── SignToast.vue
├── configs/
│   ├── common.config.ts
│   └── idb.config.ts
├── hooks/
│   ├── useFabric.ts
│   ├── useRedirect.ts
│   ├── useResize.ts
│   └── useWarnPopup.vue
├── locales/
│   ├── en-US.json
│   └── zh-TW.json
├── pages/
│   ├── CompletePage.vue
│   ├── IndexPage.vue
│   ├── SignaturePage.vue
│   └── UploadPage.vue
├── plugins/
│   ├── i18n.ts
│   └── idb.ts
├── router/
│   └── index.ts
├── store/
│   ├── config.ts
│   ├── image.ts
│   ├── index.ts
│   ├── literal.ts
│   ├── pdf.ts
│   └── signature.ts
├── style/
│   ├── common/
|   │   ├── all.css
│   │   ├── button.css
│   │   ├── content.css
│   │   ├── iconScale.css
│   │   ├── input.css
│   │   ├── layout.css
│   │   ├── mask.css
│   │   ├── scrollbar.css
|   │   └── text.css
│   ├── index.css
│   ├── signature.css
│   └── tailwind.css
├── types/
│   ├── fabric.d.ts
│   ├── menu.d.ts
│   └── pdf.d.ts
├── utils/
│   ├── checkType.ts
│   ├── common.ts
│   ├── idb.ts
│   ├── image.ts
│   ├── jspdf.ts
│   ├── pdfJs.ts
│   ├── reader.ts
│   └── toast.ts
├── App.vue
├── global.d.ts
├── vite-env.d.ts
└── main.ts

Use Technology

  • vue3
  • typescript
  • tailwindcss
  • vite
  • pina
  • pinia-plugin-persistedstate
  • vue-router
  • vue-i18n
  • pdfjs
  • fabric
  • jspdf
  • idb-keyval

pdf-signature's People

Contributors

renovate[bot] avatar tzuyi0817 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pdf-signature's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

npm
package.json
  • fabric ^5.3.0
  • idb-keyval ^6.2.1
  • jspdf ^2.5.1
  • pdfjs-dist ^4.0.379
  • pinia ^2.0.23
  • pinia-plugin-persistedstate ^3.0.0
  • vue ^3.4.21
  • vue-i18n ^9.8.0
  • vue-router ^4.1.6
  • @intlify/unplugin-vue-i18n ^4.0.0
  • @rushstack/eslint-patch ^1.10.2
  • @types/fabric ^5.3.6
  • @types/node ^20.0.0
  • @vitejs/plugin-vue ^5.0.3
  • @vue/eslint-config-prettier ^9.0.0
  • @vue/eslint-config-typescript ^13.0.0
  • autoprefixer ^10.4.8
  • cssnano ^7.0.0
  • eslint ^9.0.0
  • eslint-plugin-security ^3.0.0
  • eslint-plugin-vue ^9.25.0
  • globals ^15.0.0
  • postcss ^8.4.16
  • postcss-import ^16.0.0
  • postcss-nested ^6.0.0
  • postcss-nesting ^12.0.0
  • postcss-pxtorem ^6.0.0
  • rollup-plugin-visualizer ^5.12.0
  • tailwindcss ^3.1.8
  • typescript ^5.0.0
  • vite ^5.0.0
  • vite-plugin-pwa ^0.20.0
  • vite-plugin-svg-icons ^2.0.1
  • vite-plugin-top-level-await ^1.4.1
  • vue-tsc ^2.0.0
  • @commitlint/cli ^19.0.0
  • @commitlint/config-conventional ^19.0.0
  • husky ^9.0.0
  • lint-staged ^15.2.0
  • @typescript-eslint/typescript-estree ^7.6.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.