Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.11 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.11 KB

Matrix Rich Text Editor for Swift

This package contains most of the source code powering our rich text editor. It takes over from element-hq/matrix-rich-text-editor.

It is composed of:

  • Static libraries generated from Rust, packaged in a XCFramework.
  • Swift bindings to interact with these libraries.
  • Components built on top of these bindings.

This repo is only used to release the original RTE repo on Swift Packager Manager. For the changelog, licensing, the rust codebase and more information please visit the original repo here

Copyright & License

Copyright (c) 2022-2024 New Vector Ltd

SPDX-License-Identifier: AGPL-3.0-only. Please see LICENSE in the repository root for full details.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.