GithubHelp home page GithubHelp logo

claushellsing / jscloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mistic100/jqcloud

3.0 0.0 0.0 343 KB

Jquery-less Implementation of JqCloud

Home Page: mistic100.github.io/jQCloud

License: MIT License

JavaScript 49.47% SCSS 2.54% TypeScript 47.99%

jscloud's Introduction

jsCloud

JsCould is a fork of the jQCloud library that removes the use of Jquery but instead use Typescript.

Install

npm install js-word-cloud

Usage

Include the css file in your html file:

<link rel="stylesheet" type="text/css" href="node_modules/js-word-cloud/dist/jqcloud.css">

Import the library in your javascript file:

import jscloud from 'js-word-cloud';

jscloud(document.getElementById('wc'), [
    { text: 'Lorem', weight: 13 },
    { text: 'Ipsum', weight: 10.5 },
    { text: 'Dolor', weight: 9.4 },
    { text: 'Sit', weight: 8 },
    { text: 'Amet', weight: 6.2 },
    { text: 'Consectetur', weight: 5 },
    { text: 'Adipiscing', weight: 5 },
], {
    width: 500,
    height: 350,
});

Documentation

For proper documentation, please refer to the original jQCloud documentation. http://mistic100.github.io/jQCloud

License

This library is available under the MIT license.

jscloud's People

Contributors

lucaong avatar mistic100 avatar grepsy avatar seanahrens avatar claushellsing avatar astintzing avatar bboughton avatar khanhhua avatar rqman avatar samycookie avatar acjzz avatar cham avatar coron3r avatar pokop avatar rbrancher avatar saravanan4514 avatar

Stargazers

Carlos Duarte avatar Kevin Aguilar avatar Javier González avatar

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.