An open API service indexing awesome lists of open source software.

https://github.com/dector/svelte-djot

Djot component for Svelte
https://github.com/dector/svelte-djot

djot svelte

Last synced: about 1 year ago
JSON representation

Djot component for Svelte

Awesome Lists containing this project

README

          

## Usage

```svelte

import { Djot } from 'svelte-djot';

const text = '{+Hello+} _djot_ from *SvelteKit*!';

```