/** * Copyright (c) Tiny Technologies, Inc. All rights reserved. * Licensed under the LGPL or a commercial license. * For LGPL see License.txt in the project root for license information. * For commercial licenses see https://www.tiny.cloud/ */ const getHtml = function (charmap) { let gridHtml, x, y; const width = Math.min(charmap.length, 25); const height = Math.ceil(charmap.length / width); gridHtml = '
| ' +
' ' +
chrText +
' ' +
' | '
);
} else {
gridHtml += ''; } } gridHtml += ' |