Helper library for key-value-based storage

I’m excited to announce that I’ve just published the storage helper to npm, so you can also easily integrate it when you have a bundler like webpack configured for your plugin. Then, you can just run

npm i xd-storage-helper

or

yarn add xd-storage-helper

to install it and access it by using

const storageHelper = require('xd-storage-helper');

As before, I still support “plain-old” plugins by just copying the storage-helper.js file from the GitHub-Repo as before.

3 Likes