DIR : /home/kozerus/public_html/cropex/node/node_modules/character-reference-invalid/index.js
/home/kozerus/public_html/cropex/node/node_modules/character-reference-invalid
/**
* Map of invalid numeric character references to their replacements, according to HTML.
*
* @type {Record<number, string>}
*/
export const characterReferenceInvalid = {
0: '�',
128: '€',
130: '‚',
131: 'ƒ',
132: '„',
133: '…',
134: '†',
135: '‡',
136: 'ˆ',
137: '‰',
138: 'Š',
139: '‹',
140: 'Œ',
142: 'Ž',
145: '‘',
146: '’',
147: '“',
148: '”',
149: '•',
150: '–',
151: '—',
152: '˜',
153: '™',
154: 'š',
155: '›',
156: 'œ',
158: 'ž',
159: 'Ÿ'
}
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer