Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lxsmnsyc/baybayin

A simple in-browser code editor
https://github.com/lxsmnsyc/baybayin

code-editor editor shikijs syntax-highlighting

Last synced: 3 months ago
JSON representation

A simple in-browser code editor

Awesome Lists containing this project

README

        

# baybayin

> A simple in-browser code editor

## Packages

| Package | Version | Example | Notes |
| --- | --- | --- | --- |
| [`baybayin`](https://github.com/lxsmnsyc/baybayin/tree/main/packages/baybayin) | [![NPM](https://img.shields.io/npm/v/baybayin.svg)](https://www.npmjs.com/package/baybayin) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/lxsmnsyc/baybayin/tree/main/examples/vanilla-demo) | Vanilla demo |
| [`react-baybayin`](https://github.com/lxsmnsyc/baybayin/tree/main/packages/react-baybayin) | [![NPM](https://img.shields.io/npm/v/react-baybayin.svg)](https://www.npmjs.com/package/react-baybayin) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/lxsmnsyc/baybayin/tree/main/examples/react-demo) | React demo |
| [`preact-baybayin`](https://github.com/lxsmnsyc/baybayin/tree/main/packages/preact-baybayin) | [![NPM](https://img.shields.io/npm/v/preact-baybayin.svg)](https://www.npmjs.com/package/preact-baybayin) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/lxsmnsyc/baybayin/tree/main/examples/preact-demo) | Preact demo |

## To be added

- support for Vue
- support for SolidJS

## License

MIT © [lxsmnsyc](https://github.com/lxsmnsyc)