Create beautiful images of your source code..
npm install @wcj/code-imageCode Image
===






Create beautiful images of your source code.

``jsx mdx:preview
import React from "react";
import CodeImage from '@wcj/code-image';
export default function App() {
return (
);
}
`
`bash`
docker pull wcjiang/code-imageOr
docker pull ghcr.io/jaywcjlove/code-image:latest
`bash`
docker run --name code-image --rm -d -p 9612:3000 wcjiang/code-image:latestOr
docker run --name code-image -itd -p 9612:3000 wcjiang/code-image:latestOr
docker run --name wxmp -itd -p 9612:3000 ghcr.io/jaywcjlove/code-image:latest
Visit the following URL in your browser
`bash`
http://localhost:9612/
1. Install
`bash`
npm install
2. To develop, run the self-reloading build:
`bash`
npm run build # Compile packages 📦 @wcj/code-image
npm run watch # Real-time compilation 📦 @wcj/code-image
3. Run Document Website Environment:
`bash``
npm run start
As always, thanks to our amazing contributors!
Made with action-contributors.
Licensed under the MIT License.