Code Monkey home page Code Monkey logo

ran's Introduction

ran logo


license PRs welcome! Build Status Types Included forks stars


This is a personal project. Before deploying to production, please be cautious.

The source code is fully open-sourced and modifiable. Contributions to issues and pull requests are welcome.

I've made the codes open-source, hoping they'll be a beneficial resource for all.

The project encompasses a diverse range of codes, encompassing web component libraries, machine learning capabilities, function libraries, select CSS fragments, web3 smart contracts, and numerous other elements.

Thank you for showing interest by star...

Packages

package version (click for readme) npm-d(click for npm) description(click for document website)
ranui ranui version npm-d npm-md UI library
@ranui/react @ranui/react version npm-d React UI library
ranuts ranuts version npm-d Util library
docs Documentation website for current project.

Contributors

Visitors

License

MIT

ran's People

Contributors

chaxus avatar dependabot[bot] avatar itmier avatar lemonllmm avatar ranzhouhang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ran's Issues

problom

当上传文件过大的时候,加载的loading 结束了,还过了十来秒空白,之后才渲染excel 这个有解决方案吗 可以手动更改loading 时间长度吗

Cannot read properties of null (reading 'childNodes')

在使用pptx 预览的时候,出现这个错误,但是word 就正常显示
接口返回的二进制文件流 pptx 无法显示 ,怎么解决呢 我的代码如下
const initPPt = async(RowfilePath:any)=>{
const response = await getFile(RowfilePath);
const blob = new Blob([response], { type: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' })
if (refPPt?.current) {

      refPPt?.current?.setAttribute('src', '');
      const url = URL.createObjectURL(blob);
      if(refPPt.current){
        refPPt?.current?.setAttribute('src', url);
        URL.revokeObjectURL(url) 
      
      }
    }

}

npm install ranui --save 报错

npm 10.8.2
node 20.11.1

具体报错信息:
npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "workspace:": workspace:^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.