5 lines
104 B
JavaScript
Executable file
5 lines
104 B
JavaScript
Executable file
import Parchment from 'parchment';
|
|
|
|
class TextBlot extends Parchment.Text { }
|
|
|
|
export default TextBlot;
|