Giter Club home page Giter Club logo

em-ui-quadrant's People

Contributors

eddiemachete avatar

Stargazers

 avatar

Watchers

 avatar

em-ui-quadrant's Issues

Migrate current codebase to custom elements and TypeScript

Quadrant is a component that allows viewing very large images in a way that makes download fast and efficient. The initial project was started as a Google Polymer component. Given the platform has evolved to the point Polymer is no longer needed, it is needed now to upgrade the component architecture and use TypeScript and custom elements instead.

Canvas 2 move rows and columns for navigation effect

Add methods to move cells around to create the effect of infinite movement when viewing an image.

  • Add left column
  • Add right column
  • Add top row
  • Add bottom row
for each row
child = removeChild(lastChild)
child.src = ''
prepend(child)
fore each row
child = removeChild(firstChild)
child.src = ''
append(child)

Add story book

Use story book for development and documentation of the component.

  • Install Story Book
  • Add CDN static Storybook folder to serve images
  • Add Image Canvas story

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.