1
0
mirror of https://git.openwrt.org/project/luci.git synced 2025-10-14 01:32:18 +08:00

luci-lib-uqr: introduce JS library

Initial idea by Christian Marangi <ansuelsmth@gmail.com>

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2024-05-02 01:21:57 +02:00
parent 076c2c83b5
commit b2e7441a60
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# This is free software, licensed under the MIT License.
include $(TOPDIR)/rules.mk
PKG_LICENSE=MIT
LUCI_TITLE:=µQR - micro QR: SVG QRcode generator JS library
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature

File diff suppressed because one or more lines are too long