New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@kinobi-so/renderers

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kinobi-so/renderers

Exports all Kinobi renderers

latest
Source
npmnpm
Version
0.22.0
Version published
Weekly downloads
103
28.75%
Maintainers
1
Weekly downloads
 
Created
Source

Kinobi ➤ Renderers

npm npm-downloads

This package re-exports all available renderers for Kinobi IDLs.

Installation

pnpm install @kinobi-so/renderers

[!NOTE] This package is not included in the main kinobi package.

Available renderers

The following renderer packages are included in this package:

// node ./kinobi.mjs
import { renderJavaScriptVisitor, renderJavaScriptUmiVisitor, renderRustVisitor } from '@kinobi-so/renderers';

kinobi.accept(renderJavaScriptVisitor('clients/js/src/generated'));
kinobi.accept(renderJavaScriptUmiVisitor('clients/js-umi/src/generated'));
kinobi.accept(renderRustVisitor('clients/rust/src/generated'));

Keywords

solana

FAQs

Package last updated on 09 Oct 2024

Related posts