Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more params #13

Open
diegogurgel opened this issue Feb 1, 2018 · 1 comment
Open

Add more params #13

diegogurgel opened this issue Feb 1, 2018 · 1 comment

Comments

@diegogurgel
Copy link

Would be nice if we can use scale, color, margin, etc.

@diegogurgel diegogurgel changed the title Add another params from qrcode library Add another params Jun 14, 2018
@diegogurgel diegogurgel changed the title Add another params Add more params Jun 14, 2018
@danielehrhardt
Copy link

export const DEFAULT_VALUES = {
  elementType: NgxQrcodeElementTypes.URL,
  cssClass: 'qrcode',
  value: 'https://www.techiediaries.com',
  version: '' as NgxQrcodeVersionType,
  errorCorrectionLevel: NgxQrcodeErrorCorrectionLevels.MEDIUM,
  margin: 4,
  scale: 4,
  width: 10,
  colorDark: '#000',
  colorLight: '#FFF'
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants