Skip to content

coinblesk/coinblesk-frontend-instascan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

coinblesk-frontend-instascan

The Instascan wrapper project for coinblesk-frontend

This package acts as a wrapper for the release of the Instascan library. It contains a built version of the current release (v1.0.0). See the release page of Instascan for further information.

The library is used in coinblesk-frontend to parse QR codes on the Send-Funds page. Make sure, to have this project excluded from parsing (noParse option in the webpack build process). There are dependencies in the minified instascan file, which webpack would try to resolve. This leads to a non-working Instascan.

Updating the library

If you update the library, download the current minified version of an Instascan release and name it accordingly. Then, push this change to GitHub. Make sure, that coinblesk-frontend takes the newest version of this dependency (there are no versions, but only a link to GitHub). It's probably the easiest to just delete this folder in the node_modules of coinblesk-frontend – or maybe even the full node_modules folder. A simple yarn install won't be enough. If you increment the version of this module, make the necessary changes to the yarn.lock file or use yarn upgrade.

Releases

No releases published

Packages

No packages published