/*! * Sythos Barcode Suite * * MIT License * * Copyright (c) 2026 Sythos * SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net) * SPDX-License-Identifier: MIT * * Original work. No code from any other barcode implementation. */ export { PolychromeMatrix } from './matrix.js'; export type { RGB } from './matrix.js'; export { toColorImageData } from './render.js'; export { classifyGrid } from './classify.js';