채점기준표 곰픽항목 추가

This commit is contained in:
2025-03-20 17:13:54 +09:00
parent d97d1b2534
commit 77906aff1d
18 changed files with 2727 additions and 199 deletions

View File

@@ -1,8 +1,6 @@
const xpath = require('xpath');
const { DOMParser } = require('xmldom');
function parseColorToHex(colorString) {
// 정규식을 사용하여 B, G, R, A 값 추출
const regex = /B:\s*(\d+),\s*G:\s*(\d+),\s*R:\s*(\d+),\s*A:\s*(\d+)/;