Add QR encoder to an API. Add rendering of shares as QR codes to front-end.

This commit is contained in:
Marko Zivanovic
2014-12-27 16:30:21 +01:00
parent f64282ced3
commit 8cfb98ecf5
7 changed files with 148 additions and 20 deletions
+6 -1
View File
@@ -48,7 +48,12 @@
<groupId>rs.in.zivanovic</groupId>
<artifactId>sss</artifactId>
<version>1.0.0</version>
</dependency>
</dependency>
<dependency>
<groupId>net.glxn.qrgen</groupId>
<artifactId>javase</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
<build>