feat: initial release v0.1.0

This commit is contained in:
2026-01-07 16:44:16 +09:00
commit fa05c56cf5
139 changed files with 95667 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// Exports the "dom" model for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/models/dom')
// ES2015:
// import 'tinymce/models/dom'
require('./model.js');