Skip to content

Commit

Permalink
Merge pull request #26 from Intosoft/feat/web
Browse files Browse the repository at this point in the history
feat: added 2 new body shapes
  • Loading branch information
sakul-budhathoki authored Mar 13, 2024
2 parents 2fa0798 + 7afd0c0 commit 4a2f0fa
Show file tree
Hide file tree
Showing 4 changed files with 349 additions and 110 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intosoft/custoqr",
"version": "0.0.4",
"version": "0.0.5",
"description": "The best tool for QR Code generation in JavaScript (React, React Native, Node.js, VueJS, Angular, JQuery, VanillaJS)",
"module": "dist/index.esm.js",
"main": "dist/index.js",
Expand Down
4 changes: 3 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ export type BodyShape =
| 'diamond'
| 'star'
| 'star-small'
| 'circle-small';
| 'circle-small'
| 'styleA'
| 'styleB';

export interface Config {
length: number;
Expand Down
Loading

0 comments on commit 4a2f0fa

Please sign in to comment.