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

satori

Package Overview
Dependencies
Maintainers
2
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satori - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

4

package.json
{
"name": "satori",
"version": "0.0.37",
"description": "Enlightened library to convert JSX/HTML/CSS to SVG string",
"version": "0.0.38",
"description": "Enlightened library to convert HTML and CSS to SVG.",
"module": "./dist/esm/index.js",

@@ -6,0 +6,0 @@ "main": "./dist/esm/index.js",

![Satori](.github/card.png)
**Satori**: A library that converts HTML and CSS into SVG.
**Satori**: Enlightened library to convert HTML and CSS to SVG.
[Playground →](https://satori-playground.vercel.app)
> **Note**
> To use Satori in your project to generate PNG images like Open Graph images and social cards, check out [Vercel’s Open Graph Image Generation](https://github.com/vercel/og).

@@ -42,8 +43,2 @@ ## Overview

## Playground
https://satori-playground.vercel.app
<br/>
## Documentation

@@ -248,3 +243,3 @@

### Typography
### Language and Typography

@@ -301,3 +296,3 @@ Advanced typography features such as kerning, ligatures and other OpenType features are not currently supported.

The image will be resized to the current font-size (both width and height), so it must be a square.
The image will be resized to the current font-size (both width and height) as a square.

@@ -377,25 +372,4 @@ #### Dynamically Load Emojis and Fonts

This project uses [pnpm](https://pnpm.io). To install dependencies, run:
You can use [Satori’s playground](https://satori-playground.vercel.app) to test and report bugs of Satori. Please follow our [contribution guidelines](/CONTRIBUTING.md) before opening a Pull Request.
```bash
pnpm install
```
To start the playground locally, run:
```bash
cd playground
pnpm dev
```
And visit localhost:3000/test.
To start the development mode, run `pnpm dev` in the root directory (can be used together with the playground to view it in live).
To start and live-watch the tests, run:
```bash
pnpm dev:test
```
<br/>

@@ -402,0 +376,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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