Pass in box sizes and get back sizes and coordinates for a justified layout
TypeScript definitions for justified-layout
Almost certainly the best Flickr API client in the world for node and the browser
Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
Invoke scoped data storage for AWS Lambda Node.js Runtime Environment
Pass in box sizes and get back sizes and coordinates for a justified layout
TypeScript definitions for use-sync-external-store
Get unified user avatar from social networks, including Instagram, SoundCloud, Telegram, Twitter, YouTube & more.
Better localStorage
A mock store for testing your redux async action creators and middleware
Primitives for creating small reactive objects that doesn't change their shape over time - don't need a proxy wrapper.
Flickr authentication strategy for Passport.
A library to sync external React state updates
TypeScript Utilities for EIP-6963
Automatic layout of video elements (publisher and subscriber) minimising white-space for the OpenTok on WebRTC API. This is intended for use with the OpenTok on WebRTC JS API.
Simple in-memory vinyl file store
Simple data persistence for your Electron app or module - Save and load user settings, app state, cache, etc
The reactive store package for zag machines
Flickr's cool eslint config
Bindings to connect @angular/router to @ngrx/store
Store interface for openapi documents
The App Store Server Library
Reactive store for component state
The default simple object-based store for Uppy.
Store arbitrary data with your 1TB Flickr cloud drive.
A library that simplifies the authentication and storing of credentials for applicartions that use the Flickr API
This gem will download all photos and as much metadata as possible from your Flickr account. Metadata is stored in json files, one file per photo. Collection / Set metadata and your group subscriptions and contacts are stored as JSON files, as well.
Command-line tool that automatises photo/video uploads to Flickr. Entering 'flickru <directory>' in your command line, any photos under 'directory' (and subdirs) are uploaded to your Flickr account (interactively entered the first time you start flickru). Photos are identified by case-insensitive extensions: GIF, JPEG, JPG, PNG, and TIFF. Videos are identified by case-insensitive extensions: AVI, MPEG, and MPG. flickru automatically sets the following Flickr metadata: (1) date taken: file last-modification time, unless JPEG/TIFF Exif metadatum 'date_time_original' is found (Flickr understands it natively). (2) privacy policy: private, visible by friends & family, hidden for public searches (3) safety level: safe (4) permissions: friends & family can add comments to the photo and its notes; nobody can add notes and tags to the photo (5) description: for videos longer than 90s (Flickr's longest allowed duration) but shorter than 500MB (Flickr's maximum permisible size), it will contain an annotation about its large duration. (6) title: extracted from the parent directory name (7) geolocation & accuracy: extracted from the parent directory name, unless JPEG/TIFF Exif GPS metadata is found (Flickr understands them natively). Before uploading photos, please, make sure that you have correctly named each photos parent directory according to the name format 'TITLE[@LOCATION[#PRECISION]]', where: (1) TITLE is the desired title for the photos stored in the directory. If no LOCATION is given, flickru tries to extract the location from Wikipedia page TITLE. (2) LOCATION is the location of the photos, specified as: (a) the Wikipedia page name (whitespaces allowed) of the location or (b) its coordinates LATITUDE,LONGITUDE (3) PRECISION is the Flickr geolocation precision. Flickru sets it to one of the following case insentitive literals: 'street', 'city', 'region', 'country', 'world'. Photos are classified into photosets. If the photoset does not exist, flickru creates it. This photoset is named after its grandparent directory. The photoset is arranged by 'date taken' (older first). To see some examples on the directory structure recognised by flickru, please explore the subdirectories under 'var/ts'. GitHub : http://github.com/jesuspv/flickru RubyGems: http://rubygems.org/gems/flickru
Convert iPhone images to have a useful Orientation tag value and be internally correctly oriented. The iPhone has used the EXIF tag Orientation to store the actual orientation of the camera. A lot of programs and libraries don't seem to understand this, especially online photo galleries such as Flickr and Gallery. This program will modify the image to rotate it internally according to the iPhone's orientation value, and then set the EXIF orientation tag to "Horizontal (normal)" thus removing the confusion.