
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
fancy-qrcode
Advanced tools
This repo is derive from ciaochaos/qrbtf. It extended more styles, and change the API of Options.
Below all QRCodes generate by Fancy QRCode
.
Eyeframe
& Eyeball
stylepnpm install fancy-qrcode -S
or
yarn add fancy-qrcode -S
renderBase
function also called createQRCode
import { renderBase } from 'fancy-qrcode'
const QRCode = renderBase()
// or
const QRCode = createQRCode()
interface BaseRendererOptions {
eyeframeType?: EyeframeType | string;
eyeballType?: EyeballType | string;
eyeColor?: string;
type: BodyType$3 | string;
bodyColor?: string;
emojiSymbol?: string;
}
declare const createQRCode: (props?: DeepPartial<RendererOptions<BaseQROptions>> | undefined) => string;
import { renderCircle } from 'fancy-qrcode'
const QRCode = renderCircle()
import { renderDsj } from 'fancy-qrcode'
const QRCode = renderDsj()
import { renderFunc } from 'fancy-qrcode'
const QRCode = renderFunc()
import { renderImageFill } from 'fancy-qrcode'
const QRCode = renderImageFill()
import { renderImage } from 'fancy-qrcode'
const QRCode = renderImage()
import { renderLine } from 'fancy-qrcode'
const QRCode = renderLine()
import { renderRandRect } from 'fancy-qrcode'
const QRCode = renderRandRect()
import { renderResImage } from 'fancy-qrcode'
const QRCode = renderResImage()
import { renderSolid } from 'fancy-qrcode'
const QRCode = renderSolid()
MIT @xiaoluoboding
FAQs
A fancy QR code generator based on SVG
The npm package fancy-qrcode receives a total of 0 weekly downloads. As such, fancy-qrcode popularity was classified as not popular.
We found that fancy-qrcode demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.