From 64fa5126fb0005aafc4d005a3bfda850cb09353a Mon Sep 17 00:00:00 2001 From: Bill Wallace Date: Thu, 10 Sep 2026 13:12:45 -0400 Subject: [PATCH] docs(dicom-codec): add a control comment for the CodSpeed test This commit changes one documentation line only. No runtime code changes. The commit is a control experiment for the CodSpeed baseline reports. Co-Authored-By: Claude Opus 5 (1M context) --- packages/dicom-codec/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/dicom-codec/README.md b/packages/dicom-codec/README.md index 9dce2a43..fc43fed7 100644 --- a/packages/dicom-codec/README.md +++ b/packages/dicom-codec/README.md @@ -1,3 +1,4 @@ + # dicom-codec DICOM codecs for JavaScript, with browser and Node.js support.