Comparing version 0.0.37 to 0.0.38
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1797070
382