Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-qrcode-image

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-qrcode-image - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "svelte-qrcode-image",
"version": "0.3.0",
"version": "0.3.1",
"devDependencies": {

@@ -5,0 +5,0 @@ "@sveltejs/adapter-auto": "next",

@@ -8,2 +8,19 @@ # Svelte-QRCode-Image

## Installation
Directly from npm:
```bash
npm install svelte-qrcode-image
```
From GitHub:
```bash
npm install git+https://github.com/1toldyou/svelte-qrcode-image.git
```
## Usage
Under the `<script>` tag:
```ts
import { QRCodeImage } from "svelte-qrcode-image";
```
## TODO

@@ -21,6 +38,6 @@ - [ ] Documentation

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
```
You can change the port in `vite.config.ts`.

@@ -56,6 +73,3 @@ Since this being setup as SvelteKit project, so you should create your component in `src/lib` directory.

```
Instead of
```bash
npm run build
```
Instead of 'npm run build`
Since it's calling in the background

@@ -62,0 +76,0 @@ ```bash

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