export class charLocator { constructor() { this._editor = document.getElementById('editor'); } // 指定した文字に一致するを探し、はじめに見つかった文字の位置を返す // @return {index:number; position: {top,left,right,bottom}}? findChar(char) {} }