Create beautiful images of your source code.
import React from "react"; import CodeImage from '@wcj/code-image'; export default function App() { return ( <CodeImage /> ); }docker pull wcjiang/code-image # Or docker pull ghcr.io/jaywcjlove/code-image:latestdocker run --name code-image --rm -d -p 9612:3000 wcjiang/code-image:latest # Or docker run --name code-image -itd -p 9612:3000 wcjiang/code-image:latest # Or docker run --name wxmp -itd -p 9612:3000 ghcr.io/jaywcjlove/code-image:latestVisit the following URL in your browser
http://localhost:9612/- Install
npm install- To develop, run the self-reloading build:
npm run build # Compile packages π¦ @wcj/code-image npm run watch # Real-time compilation π¦ @wcj/code-image- Run Document Website Environment:
npm run startAs always, thanks to our amazing contributors!
Made with action-contributors.
Licensed under the MIT License.
