1.0.8 • Published 9 months ago

sureshhardiya-resource v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

This is built on the top of SupplementResources Package for some custom purpose. Anyone is welcome to use it.

Supplement SupplementResources Tool

Provides SupplementResources Block for the CodeX Editor. Block has title and message. It can be used, for example, for editorials notifications or appeals.

npm.io

Installation

Install via NPM

Get the package

npm i --save-dev sureshhardiya-resource

Include module at your application

const SupplementResources = require('sureshhardiya-resource');

Download to your project's source dir

  1. Upload folder dist from repository
  2. Add dist/bundle.js file to your page.

Load from CDN

You can load specific version of package from jsDelivr CDN.

https://cdn.jsdelivr.net/npm/sureshhardiya-resource

Then require this script on page with CodeX Editor.

<script src="..."></script>
1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago