QRCode Scanner – a simple, fast and useful progressive web application Features App Shell. Secure via https using cloudflare free ssl Works offline. Fully Responsive. Add to home screen, Splash screen. Supported Browser – Google Chrome, Firefox, Opera (Both Desktop & Mobile), Microsoft Edge ((Insider Preview build)) and now supports iOS as well. Installation Clone this repo …
qrcode.react – A React component to generate QR codes.
qrcode.react will pass through any additional props to the underlying DOM node (<svg> or <canvas>). This allows the use of inline style or custom className to customize the rendering. One common use would be to support a responsive layout. Note: In order to render QR Codes in <canvas> on high density displays, we scale the canvas element to contain an appropriate number of pixels and …
An awesome(simple) QR code generator written in JavaScript.
Live demo Check out our brand-new live demo. Or you can also access the live demo by typing bitcat.cc/awesome in the browser on your smartphone. Compatibility Awesome-qr.js is compatible with following browsers. Chrome 4+ (Chrome for Android 53+) Firefox 3.6+ (Firefox for Android 49+) Opera 9+ (Opera Mobile 10+) Safari 4+ (iOS Safari 3.2+) Android Browser 3+ Edge 12+ …
Check if mobile browser, based on useragent string.
mobile({ [ua], [tablet] }) Returns true if a mobile browser is being used. If you don’t specify opts.ua it will use navigator.userAgent. To add support for tablets, set tablet: true. opts.ua can also be an instance of a node.js http request, in which case it will reader the user agent header. Example: var http = require(‘http’);var mobile = require(‘is-mobile’); var server = http.createServer(function (req, res) { res.end(mobile(req));}); server.listen(8000); Installation With npm do: npm install is-mobile Bundle for the browser with browserify.
Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.
React Intl is part of FormatJS. It provides bindings to React via its components and API. Slack: Join us on Slack at react-intl.slack.com for help, general conversation and more 💬🎊🎉 You can sign-up using this invitation link. Documentation React Intl’s docs are in this GitHub repo’s Wiki, Get Started. There are also several runnable example apps which you can reference to learn how all the …
Free Website Builder for Busy Creators. No coding skills required | Ucraft
Ucraft is a free website builder that provides web designers, marketers and business owners with a set of web design tools to start their next awesome project in minutes. Everything you need to create a professional looking free website. No coding or designer skills needed. https://www.ucraft.com
offline.js
offline.js is a npm package which returns the status of website(offline or online) Use Case: Web page is loaded, and then network connection is dropped. We should alert user about it. Offline.js hooks the offline event and we can use it to alert user. https://github.com/hubspot/offlinehttps://www.npmjs.com/package/offline-js
gulp-sprite-build
It is an npm module which bundles asset images into one file. It is efficient to load one large sprite icon set rather than loading a bunch of small icons. We should be careful with one thing. When there are thousands of images, the bundled image file could be over a few tens of megabytes. …
Telegram API
Telegram provides REST APIs in order to integrate itself into other web applications. There are 2 kind of APIs – Main API and Bot API. Bot API is widely used when developing telegram bots but in some cases it is not suitable because Bot API has some restrictions and it’s not permitted to carry out …