New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/olliebun/qrcode

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/olliebun/qrcode

  • v0.0.1
  • Source
  • Go
  • Socket score

Version published
Created
Source

qrcode

Test

Simple command line utility to generate a QR code PNG image from a URL.

Thin wrapper around skip2/go-qrcode.

Installation

go install github.com/olliebun/qrcode

Usage

The -url flag specifies the URL to encode. The image is printed to stdout.

qrcode -url "https://example.com" > output.png

The default image is 1024x1024 pixels. Use -size to change it.

Use -level to set the error detection / recovery level. Valid values are low, medium, high and highest. The default value is low.

qrcode -h
Usage of ./qrcode:
  -level value
        recovery level: low|medium|high|highest
  -size uint
        width/height in pixels (default 1024)
  -url string
        the url to encode

Errata

  • -url can really be any string

FAQs

Package last updated on 21 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc