Zero-runtime compiler that transforms .wcc single-file components into native web components with signals-based reactivity
WCC supports server-rendering of standard Web Components, generating HTML directly from your custom element definitions.
TypeScript partial port of `libpalaso/SIL.Scripture`
A React Component Library for Rendering a Single Scripture Resource.
Single File Web Components
A React Component Library for Rendering Scripture Resources.
Utilities for working with Scripture data.
<div id="top"></div>
A utility for biblical and scripture reference parsing that enables structured queries based on strings of traditional scripture references (e.g. John 3:16).
Scripture editor used in Platform. See https://platform.bible
Utilities for working with Scripture data.
Lynx Delta provides support for using Quill's [Delta](https://github.com/slab/delta) document format in Lynx providers. It also includes support for Scripture Forge's flavor of the Delta format that supports Scripture.
Scripture editor used in Scribe
Scripture editor used in Platform. See https://platform.bible
Workflow Control Center CLI
A Greenwood plugin to write JSX rendering Web Components compatible with WCC.
Scripture PDF generator based on proskomma-render
Ephrem is a light-weight API wrapper for API.Bible, built using NodeJS and Typescript. Ephrem validates bible references and fetches scripture text corresponding to the references.
compiler
[word-aligner-rcl](https://github.com/unfoldingWord/word-aligner-rcl). word-aligner-rcl contains three react components: `WordAlignmentTool`, `SuggestingWordAligner` and `WordAligner`. UI components for aligning words in a verse. See https://github.com/
A set of web components for interacting with Christian Scripture
[word-aligner-rcl](https://github.com/unfoldingWord/word-aligner-rcl). word-aligner-rcl contains three react components: `WordAlignmentTool`, `SuggestingWordAligner` and `WordAligner`. UI components for aligning words in a verse. See https://github.com/
A Scripture Runtime Engine
``` npm install wcc-component --save -- or yarn add wcc-component ``` ## 使用 在`vue.config.js`中增加以下配置 ``` // 第三方引入需要babel转换的包 transpileDependencies: ["wcc-component"], ``` 入口文件中 ```javascript import Vue from 'vue'; // 引入css import 'wcc-compon