Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Render DivJson in Node.js with ES modules

Install the package first:

npm i @divkitframework/divkit
import { render } from '@divkitframework/divkit/server';

const html = render({
    id: 'test',
    json
});