/// import { useContext } from "react"; import { Link } from "react-router"; import { ThemeContext } from "@/context/Theme"; import { Button } from "@/components/ui/button"; import { Separator } from "@/components/ui/separator"; import ThemeIcon from "@/components/ThemeIcon"; import ImageComparison from "@/components/home/ImageComparison"; import BlockmaticLogo from "@/assets/blockmatic.svg?react"; import GithubIcon from "@/assets/github.svg?react"; import { ChevronRightIcon } from "lucide-react"; function IndexPage() { const { isDark } = useContext(ThemeContext); return (
screenshot

Create pixel art for Minecraft in minutes

Open images, draw, and export your art with{" "} block matic
app preview

Pixel art made easy

Blockmatic makes it easier to make changes and build by using schematics and the web editor.

shinji

Open your image

Open your image, or start drawing immediately with the editor.

tool example gif

Make changes

Change blocks around with the replace, selection, pencil, and eraser tools

shinji in minecraft

Export your art

Once you're done, you can export your canvas as a .png, .litematic, or .schem.

See the difference

Blockmatic lets you pick what blocks you want for the image and change versions from 1.6.1 to the latest version.

); } export default IndexPage;