Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@remirror/preset-wysiwyg
Advanced tools
The preset for your wysiwyg editor.
# yarn
yarn add @remirror/preset-wysiwyg
# pnpm
pnpm add @remirror/preset-wysiwyg
# npm
npm install @remirror/preset-wysiwyg
This is included by default when you install the recommended remirror
package. All exports are also available via the entry-point, remirror/presets
.
This preset is designed to be used with the CorePreset
from remirror/presets
.
The following creates an instance of the preset.
import { createCoreManager, wysiwygPreset } from 'remirror/extensions';
// Create a manager which contains the wysiwyg preset.
const manager = createCoreManager(() => wysiwygPreset());
FAQs
The preset for your wysiwyg editor.
The npm package @remirror/preset-wysiwyg receives a total of 38,749 weekly downloads. As such, @remirror/preset-wysiwyg popularity was classified as popular.
We found that @remirror/preset-wysiwyg demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.