@walkme/editor-sdk

An sdk package for integration and extension of walkme editor

Usage no npm install needed!

<script type="module">
  import walkmeEditorSdk from 'https://cdn.skypack.dev/@walkme/editor-sdk';
</script>

README

WalkMe Editor SDK

The Editor SDK includes data and services that allow internal and external applications to extend the editor functionality and add end user experiances to the walkme eco system.

Usage


import sdk from '@walkme/editor-sdk';

(async() => {
    
    await sdk.init();
    /// Your code here    
    
})();

Documentation

The SDK is fully TypeScript typed, when you import it you'll be able to see all functionality in your IDE