Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codraft/core

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codraft/core

Codraft parser

  • 1.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Codraft/core

@codraft/canvas로 작성한 코드를 실행하세요. 브라우저와 Node.js 모든 환경에서 작동합니다.

설치

npm install @codraft/core

Node.js

import { Runner } from '@codraft/core'

Browser (umd)

<script src="https://cdn.jsdelivr.net/npm/@codraft/core@latest/dist/umd/index.min.js"></script>
const { Runner } = Codraft

Browser (esnext)

import { Runner } from 'https://cdn.jsdelivr.net/npm/@codraft/core@latest/dist/esm/index.min.js'

사용법

@codraft/core을 실행하기 위해선 두 가지 정보가 필요합니다.

명령어

사용된 모든 명령어가 필요합니다.

저장 데이터

@codraft/canvas에서 save 함수로 얻어올 수 있습니다.

import { Runner } from '@codraft/core'

const runner = new Runner(eventCommands, conditionCommands, actionCommands, saveData)

runner.init() // 코드를 실행합니다.

FAQs

Package last updated on 18 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc