
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
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.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600ร faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.