essxiv / zzxxvv

i

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiles

Create tiles with node base script, you can change the config of this if needed. Uses Imagemagick, Sharp and Node

https://github.com/lovell/sharp

javascript brew install homebrew/science/vips --with-imagemagick --with-webp npm install sharp


Please follow the console commands

```javascript```
gulp optimize

Setup:

Just clone the repository or download and run:

npm install

Run locally:

gulp
gulp watch
gulp browser_sync

Happy Coding!

Includes:

  • Browserify
  • Sass
  • Browser Sync
  • Source Maps for JS & CSS on Debug Mode
  • JS Lint
  • Optimize Images
  • Run Tests with Jasmine
  • Include Partials (@@include) or Templates (%%include)

Build Commands

Debug Mode

gulp

Release Mode

gulp -r // gulp --release

Live Development

gulp live 
// Live on Release Mode
gulp live -r // gulp live --release

Tests

gulp test
// Watch Mode
gulp test -w // gulp test --watch

Coordinate systems

We are setting the coordinates in pixel values and based on the original image. Get the OpenSeadragon position by calling

map.getElementCoordinates(pixelX,pixelY);

About

i


Languages

Language:JavaScript 50.4%Language:CSS 37.8%Language:HTML 11.7%