OVER 500 AUCTION SITE CREATED, AND COUNTING
OVER 1 BILLION TRANSACTIONS PROCESSED IN LAST 4 YEARS

Auction Software Image Compression Functionality

Image Compression Functionality CODE:          var ext = fileNames.substr(fileNames.lastIndexOf(‘.’) + 1);          if(ext == ‘jpeg’ || ext == ‘png’ || ext == ‘jpg’ || ext == ‘JPEG’ || ext == ‘PNG’ || ext == ‘JPG’)  {          INPUT_path_to_your_images = global.paths.path+’public/uploads/’+obj+’/’+fileNames;          OUTPUT_path =..

Read more

Auction Software SwiftUI

SwiftUI provides views, controls, and layout structures for declaring the app’s user interface. Declare the user interface and behavior for app on every platform. This framework provides event handlers for delivering taps, gestures, and other types of input. Tools to manage the flow of data from app’s models down to the views and controls that..

Read more