redrum0x/embroidery

PES file embroidery reader

1.1.2 2020-02-16 18:06 UTC

This package is auto-updated.

Last update: 2025-06-17 06:09:07 UTC


README

Usage

$pes = new PesFile('file.pes');
$image = new ImageEmbroidery();

$image->imageEmbroidery($pes);