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

karas

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karas

A flexible JavaScript framework for RIA on Canvas/Svg/Webgl.


Version published
Maintainers
1
Created

karas(鸦)

A declarative JavaScript framework for RIA on Canvas/Svg/Webgl.


karas实现了一个微型浏览器引擎,同时扩充CSS/WAA在样式/动画上的标准,增强类似SVG的矢量标签描述语法,结合JSX/React的开发方式,形成一个对前端友好的RIA框架。

NPM version CI

logo

Install

npm install karas

Framework

framework

API

Demo

Webpack config

chainWebpack(config) {
  config.module.rule('exclude').exclude.add(/\.csx$/);
  config.module
    .rule('csx')
    .test(/\.csx$/)
    .use('babel-loader')
    .loader('babel-loader')
    .options({
      babelrc: false,
      presets: [require.resolve('@babel/preset-env'), require.resolve('babel-preset-karas')],
    })
    .end();
},

License

[MIT License]

FAQs

Package last updated on 21 May 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