@redsling/redsling-ui
v0.22.14-redsling.0
Published
Redsling-UI is RedSling's internal GrapesJS-based distribution with preserved public import paths.
Maintainers
Readme
Redsling-UI
@redsling/redsling-ui is RedSling's npm package for a GrapesJS-based
distribution.
Consumer apps should install it through the grapesjs dependency alias so the
application can keep existing imports such as:
import grapesjs from "grapesjs";
import "grapesjs/dist/css/grapes.min.css";Install:
npm install grapesjs@npm:@redsling/[email protected]This package:
- keeps runtime import paths stable;
- preserves upstream attribution instead of presenting the library as an original RedSling codebase.
Legal note:
- Upstream project: GrapesJS
- Upstream version target: 0.22.14
- Upstream vendored source in this repo:
packages/grapesjs-0.22.14 - Upstream license: BSD-3-Clause
When you switch from Studio SDK to GrapesJS core, use this wrapper instead of renaming imports across the app.
Publishing:
npm publish --access public