
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
grapesjs-plugin-publish-s3
Advanced tools
This enables you to publish rendered html from grapesJs to S3.
grapesjs-plugin-publish-s3
<AWS Access key Id>
,<Aws secret access key>
,<AWS Sessions Token>
npm i grapesjs-plugin-publish-s3
<link href="path/to/grapes.min.css" rel="stylesheet"/>
<link href="path/to/grapesjs-plugin-publish-s3.css" rel="stylesheet"/>
<script src="path/to/grapes.min.js"></script>
<script src="path/to/grapesjs-plugin-publish-s3.min.js"></script>
<div id="gjs"></div>
<script type="text/javascript">
var editor = grapesjs.init({
container : '#gjs',
plugins: ['gjs-plugin-publish-s3'],
pluginsOpts: {
'gjs-plugin-publish-s3': {/* ...options */}
}
});
</script>
Clone the repository
$ git clone https://github.com/chaitanya11/grapesjs-plugin-publish-s3.git
$ cd grapesjs-plugin-publish-s3
Install it
$ npm i
The plugin relies on GrapesJS via peerDependencies
so you have to install it manually (without adding it to package.json)
$ npm i grapesjs --no-save
Start the dev server
$ npm start
BSD 3-Clause
FAQs
Enables grapesjs to publish designed page.
The npm package grapesjs-plugin-publish-s3 receives a total of 0 weekly downloads. As such, grapesjs-plugin-publish-s3 popularity was classified as not popular.
We found that grapesjs-plugin-publish-s3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.