Svelt

Svelte is a modern JavaScript framework that shifts work to the build step, producing highly optimized, vanilla JavaScript code. It offers a reactive, component-based architecture with minimal runtime, leading to faster, smaller applications.

Listen for Events

Your application can subscribe to the Localess Visual Editor Events :

window.localess.on(['input', 'change'], (event) => {
  if (event.type === 'input' || event.type === 'change') {
    console.log(event.data);
    //Update your content data ...
  }
});

© Copyright 2024 Lessify Rights Reserved. Build with Localess